Following a CRUD tutorial with Laravel and VUE, in a moment it makes me delete the Model 'User.php' because we were not going to use it. But now I find that I want to use it because I want to make an aravel system. I wanted to re-create the model with "php artisan make: model User -m" but it tells me that the Model already exists (when in the 'App' Folder it does not exist, since I deleted it)
Is there any way to recover that Model, or is it my turn to make a Laravel application of 0 again?