工匠新鲜的命令

Vic*_*tor 7 laravel-5

如何删除Laravel 5中包含的所有样板,例如bootstrap/authentication等?在laracasts课程中Jeffrey Way讲述了php artisan fresh命令,但在稳定版本中没有这样的命令

Lau*_*nce 29

不幸的是,在Laracasts插曲发布后 - 泰勒fresh于2014年12月17日删除了该命令:https://github.com/laravel/framework/commit/37ebc7ecc693405a717239ca30e0586d0a71e4d3

现在你必须自己手动删除文件.或者创建一个拉取请求以将其重新添加.

2月27日更新:截至今天,该artisan fresh命令已回到Laravel 5 https://github.com/laravel/framework/commit/c69ddcf4941f6b23349b882171c44e0071963647

6月9日更新:悲伤消息,Laravel 5.1 artisan fresh命令再次删除.