-
Hi, I've tried to find if this question has been asked before but I had no luck finding the right answer. I updated the below codes to reference the correct namespace for our Models folder in the voyager.php config file:
I've also tried to execute the php artisan commands to clear the config cache but each time I view the Users table for example, I always get the below error:
I'm getting the same error on some of my models I'd like to ask if there is something that I'm missing to update so it would look at App\Models\User rather than App\User. It seems that it's not reading the voyager config file correctly. Thanks in advance for your time! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The model is stored in your database as well. |
Beta Was this translation helpful? Give feedback.
The model is stored in your database as well.
Check the BREAD builder and set the model there as well.