php artisan fresh
If i run the command php artisan fresh to remove the authentication . How can i get it back ?
kindly tell me please
Thanks
There is no way, but you can copy the files from other project. Check FreshCommand.php file to get the list of all files removed.
I have a similar question, what is the equivalent of php artisan fresh in Laravel 5.1 ?
@Berrayti there is always the fresh command in 5.1, bit it deletes less stuff.
@bestmomo : I'm new to laravel, so how can I run it ?? And what's the solution for those less stuff ??
@Berrayti use in console php artisan fresh. If you do it all auth stuff will be removed.
@bestmomo, there is no php artisan fresh command in Laravel 5.1, hence why @Berrayti asked.
@railto the fresh command is old and still in core but not in provider, strange ^^
It's easy to create it as shown there.
@bestmomo perfect, thanks for the tip, app sorted now.
Please or to participate in this conversation.