Summary
For Day 11 my goal is to get dynamic navigation working for the pages on a site.
Today’s Definition of Done:
- Links dynmically created for page
- Routing between pages works
- Active link is a different color
Work Session
I reinstalled my PC yesterday so I spent a lot of time today getting my PC set back up with the dev environments for both RhizomeCMS and my Hugo Site.
After I got everything set back up I was able to get to work on my day 11 objectives starting with updating the Tenant Controller to get a list of all sibling pages.
| |
Then I needed to update resources/views/tenant/home.blade.php and resources/views/tenant/page.blade.php to include the nav links at the top.
| |
And this is the result…

Recap
I think the most frustrating part about today was getting everything set back up again. Laravel is becoming pretty easy to use now so I think I can scope more work for future days and get a marketable mvp ready in the next 10 days.
The commit for todays session is commit a02479a.