Late Night Refactors #2:  Controller to Livewire Components

11 min read

Coding

Follow along as we transform a bloated Laravel BlogController into clean, maintainable Livewire components. Learn best practices for component organization and route optimization.

1
Refactoring Laravel with conditional classes - @class

8 min read

Coding

Learn how to use the @class blade directive and up your laravel refactoring game!

4