1、常用Artisan命令
1)php artisan list:查看artisan常用命令
2)php artisan make:controller:创建控制器
3)php artisan dump-autoload:重新生成框架的自动加载文件autoload_static等文件:
4)php artisan cache:
clear
:清除应用程序缓存
1、常用Artisan命令
1)php artisan list:查看artisan常用命令
2)php artisan make:controller:创建控制器
3)php artisan dump-autoload:重新生成框架的自动加载文件autoload_static等文件:
4)php artisan cache:
clear
:清除应用程序缓存
转载于:https://www.cnblogs.com/fengzmh/p/10284173.html