Day 120: Adding In components

Dan Esmail - 4/30/2023

Intro

Back to some Laravel. I want to finish creating the components for my blog pages so I can go over the ever-cumbersome task of taking all 120 blogs and changing the way they are read. This will help in the future since I can change the component and it will change on every page.

I have brought in everything that I think will end up being a component and now they are resources. There is things like blog posts, coding posts, section headers, links, and more. Having all of these makes automation a little bit easier.


Day 1

Day 1