In your composer.json file do you have either psr-0 or psr-4 autoloading for this namespace?
Try this for your psr-4 autoloading.
"Acme\\": "app/Acme/"
Well at least it loads my class now, stupid "app" that i didnt see that, i even marked a issue on the laracast video that it showed "App" instead of "app" .. thanks!
ChrisSoutham said:
In your composer.json file do you have either psr-0 or psr-4 autoloading for this namespace?>ChrisSoutham said:
In your composer.json file do you have either psr-0 or psr-4 autoloading for this namespace?
(i actually did show that in the pastebin) was psr-4
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community