黑莓 / laravel-artisan-fresh
此包已被废弃,不再维护。未建议替代包。
一个PHP artisan命令,用于启动带有播种和清除所有缓存的全新迁移
dev-master
2019-08-26 14:18 UTC
Requires
- php: ~7.1
- illuminate/support: ~5.7
Requires (Dev)
- phpunit/phpunit: >=6
- squizlabs/php_codesniffer: ^2.3
This package is auto-updated.
Last update: 2020-02-26 15:32:32 UTC
README
运行带有播种和清除缓存/视图的各种artisan命令的全新迁移
用法
php artisan fresh
这将运行以下artisan命令以获得您应用程序的全新安装
php artisan route:clear
php artisan cache:clear
php artisan config:cache
php artisan clear-compiled
php artisan migrate:fresh
php artisan db:seed