Skip to content

Tag: laravel

Laravel 8 resource controller not fetching model

In Laravel 7 fetching a model was pretty straightforward, i just needed to setup mi resource route and make a get to the address: http://localhost/test/public/employee/1 But i cant make it work on Laravel 8, according to my understanding i just need to do this: But dd only returns an empty class: If i do this…