Eloquent Accessors & RESTful Controller - Part 1
It’s time for us to tackle a refactor of our controllers and views to implement a RESTful controller approach. Follow along as we implement the index, create and store methods in our controller and properly store our views, following the same approach. As a last bit, let’s write an accessor for our active column for better display.
TOPICS
Accessors
Database
Eloquent
RESTful