1 查看所有的 list
php artisan list
2 创建控制器
php artisan make:controller TaskController
3 创建模型
php artisan make:model user
4 创建中间件
php artisan make:middleware activity
php artisan queue:table php artisan migrate php artisan make:job SendEmail php artisan queue:listen
php artisan route:list
php artisan help migrate
php artisan | grep make
php artisan make:migration create_order_table
php artisan migrate
本文介绍了Laravel框架中常用的Artisan命令,包括查看所有命令、创建控制器、模型、中间件等操作,帮助开发者快速掌握并提高开发效率。
119

被折叠的 条评论
为什么被折叠?



