Class "App\Models\Users" not found
Completely new to this so im sorry if it looks obvious.
5 Replies
this showed when i added a resource
im really sorry if this is a repetitve question.
also how do i delete a resource if it's from cmd?
added a new one
You’re getting the error because you generated a resource for a model that doesn’t exist in your code base. Make the model first then generate the resource.
To delete the resource just delete the files.
thank you very much!