laravel artisan常用命令

命令说明备注
php artisan clear-compiled清除编译后的类文件
php artisan down将应用程序纳入维护模式
php artisan up退出应用程序的维护模式
php artisan env显示当前框架环境
php artisan fresh清除包含框架外的支架
php artisan help显示命令行的帮助
php artisan list列出命令
php artisan migrate运行数据库迁移
php artisan optimize为了更好的框架去优化性能
php artisan serve在php开发服务器中服务这个应用
php artisan tinker在应用中交互
php artisan app:name ?设置应用程序命名空间
php artisan db:seed数据库生成模拟数据
php artisan event:generate生成event和listen需要实现配置eventserviceprivoder
php artisan key:generate设置程序密钥
php artisan auth:clear-resets清除过期的密码重置密钥
缓存清除缓存
php artisan view:clear清除所有已编译的视图文件
php artisan cache:clear清除应用程序缓存
php artisan cache:table创建一个缓存数据库表的迁移
php artisan config:cache创建一个加载配置的缓存文件
php artisan config:clear删除配置的缓存文件
make生成
php artisan make:controller ?生成一个资源控制类
php artisan make:middleware ?生成一个中间件
php artisan make:migration ?生成一个迁移文件
php artisan make:model ?生成一个Eloquent 模型类
php artisan make:provider ?生成一个服务提供商的类
php artisan make:request ?生成一个表单消息类
php artisan make:command ?生成一个Artisan命令
migrate迁移
php artisan migrate:install ?创建一个迁移库文件
php artisan migrate:refresh ?复位并重新运行所有的迁移
php artisan migrate:reset ?回滚全部数据库迁移
php artisan migrate:rollback ?回滚最后一个数据库迁移
queue队列
php artisan queue:failed列出全部失败的队列工作
php artisan queue:failed-table ?创建一个迁移的失败的队列数据库工作表
php artisan queue:flush清除全部失败的队列工作
php artisan queue:forget ?删除一个失败的队列工作
php artisan queue:restart重启现在正在运行的所有队列工作
php artisan queue:retry重试一个失败的队列工作
php artisan queue:subscribe订阅URL,放到队列上
php artisan queue:table创建一个迁移的队列数据库工作表
php artisan queue:work进行下一个队列任务
route路由
php artisan route:cache为了更快的路由登记,创建一个路由缓存文件
php artisan route:clear清除路由缓存文件
php artisan route:list列出全部的注册路由
php artisan schedule:run运行预定命令
php artisan session:table创建一个迁移的SESSION数据库工作表
php artisan vendor:publish发表一些可以发布的有用的资源来自提供商的插件包
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值