Artisan
Sublime Text 插件,用于替代 Laravel Artisan CLI(不再维护)
详细信息
安装次数
- 总数 1K
- Win 823
- Mac 342
- Linux 237
8月6日 | 8月5日 | 8月4日 | 8月3日 | 8月2日 | 8月1日 | 7月31日 | 7月30日 | 7月29日 | 7月28日 | 7月27日 | 7月26日 | 7月25日 | 7月24日 | 7月23日 | 7月22日 | 7月21日 | 7月20日 | 7月19日 | 7月18日 | 7月17日 | 7月16日 | 7月15日 | 7月14日 | 7月13日 | 7月12日 | 7月11日 | 7月10日 | 7月9日 | 7月8日 | 7月7日 | 7月6日 | 7月5日 | 7月4日 | 7月3日 | 7月2日 | 7月1日 | 6月30日 | 6月29日 | 6月28日 | 6月27日 | 6月26日 | 6月25日 | 6月24日 | 6月23日 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
README
sublime-artisan
Sublime Text 插件,用于执行 Laravel Artisan 命令
该项目不再维护。
此插件允许您通过 Sublime Text 界面运行常规 Artisan CLI,而无需打开和使用命令行。
可用选项:- 帮助 (php artisan help:commands) - 生成应用程序密钥 (php artisan key:generate) - 创建会话表 (php artisan session:table) - 创建 Laravel 迁移表 (php artisan migrate:install) - 创建迁移 (php artisan migrate:make create_users_table) - 创建库的迁移 (php artisan migrate:make bundle::tablename) - 运行未决迁移 (php artisan migrate) - 在应用程序中运行未决迁移 (php artisan migrate application) - 在库中运行所有未决迁移 (php artisan migrate bundle) - 回滚最后迁移操作 (php artisan migrate:rollback) - 回滚所有已运行的迁移 (php artisan migrate:reset) - 安装库 (php artisan bundle:install eloquent) - 升级库 (php artisan bundle:upgrade eloquent) - 升级所有库 (php artisan bundle:upgrade) - 发布库资源 (php artisan bundle:publish bundle_name) - 发布所有库资源 (php artisan bundle:publish) - 调用任务 (php artisan notify),或传递参数 (php artisan notify taylor) - 运行应用程序测试 (php artisan test) - 运行库测试 (php artisan test bundle-name) - 调用路由 (php artisan route:call get api/user/1) - 支持Jeffrey Way的Laravel Generator
安装:只需将 SublimeArtisan 目录创建在您的 Sublime Text 包目录下,然后即可使用。
只需按 Cmd + Shift + P 打开下拉命令列表,搜索 Artisan,并选择您的命令 :D
注意:当前,为了让插件正确运行,Artisan 文件必须在结构根目录的侧边栏中。
这是一个较新的插件,还需要大量的测试。请提供一些反馈。谢谢。