Comment on Laravel 5.1 with LTS is releasedparentComments−ceejayoz11y`php artisan fresh` removes a lot of the default files. They're intended as a starting point for new users but are entirely removable.−romanovcode11yThis command has been removed since like half year ago. https://github.com/laravel/framework/commit/37ebc7ecc693405a...−zefman11yNo it hasn't https://github.com/laravel/framework/blob/5.1/src/Illuminate...−ceejayoz11yHeh, apparently it's going away. Again.https://github.com/laravel/framework/pull/9161−jbrooksuk11yLooks like the Fresh command wasn't registered in the ArtisanServiceProvider. I have a PR open to fix this. https://github.com/laravel/framework/pull/9161−jbrooksuk11yNope, looks like the command should have been removed anyway... https://github.com/laravel/framework/pull/9161#issuecomment-...
Comments
`php artisan fresh` removes a lot of the default files. They're intended as a starting point for new users but are entirely removable.
This command has been removed since like half year ago. https://github.com/laravel/framework/commit/37ebc7ecc693405a...
No it hasn't https://github.com/laravel/framework/blob/5.1/src/Illuminate...
Heh, apparently it's going away. Again.
https://github.com/laravel/framework/pull/9161
Looks like the Fresh command wasn't registered in the ArtisanServiceProvider. I have a PR open to fix this. https://github.com/laravel/framework/pull/9161
Nope, looks like the command should have been removed anyway... https://github.com/laravel/framework/pull/9161#issuecomment-...