Support the ongoing development of Laravel.io →
Eloquent Views Testing
Last updated 1 year ago.
0

Looks like you have changed your application namespace to 'dq_franchisses' and your model is also in the same namespace, but in the use statement in controller you are referring 'App/Paises' which should be 'dq_franchisses/Paises'.

0

Try to run composer dump-autoload

0

yep;

use App\Paises; should be use dq_franchisses\Paises;

0

Should Check that 'App\Paises;' is exists or not

0

In your controller you are referring to the model as App\Paises (in the top use statement). As you can see from the actual model, you're using that....interesting namespace dq_franchisses.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

hansgpe hansgpe Joined 8 Dec 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.