Have you registered the provider by adding it to the providers array in the app/config/app.php ?
We need more information than that. Try this:
So we can help you better and faster.
But some quick questions
Vendor name: nahidz and package: profiles so in composer I add this "psr-0":{ "Nahidz\Profiles\":"src/" } is it correct? gustavovaldezsan
Give "psr-0":{ "Nahidz\\Profiles\\":"src/" }
a try.
Don't forget to composer dump-autoload
or php artisan dump-autoload
XoneFobic said:
Give
"psr-0":{ "Nahidz\\Profiles\\":"src/" }
a try.
Don't forget tocomposer dump-autoload
orphp artisan dump-autoload
Yes try to 'composer dump-autoload' in your workbench directory also.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community