关键词:artisan

1
基于 Whoops 构建,用于控制台 / 命令行 PHP 应用程序的错误展示,界面漂亮。
2
从既有的数据库中以 Migration 的形式导出数据库表,包括索引和外键,类似于数据库的逆向操作。当你的 Migration 文件数量巨大的时候,即可使用此工具来做整理。
3
将数据从数据库以 Seed 的方式导出,数据填充 的逆向操作。
4
计划任务分发器(直接可替换掉 Cron),L5 内置了类似的功能
5
run laravel artisan command in web application
7
Manage your views in Laravel projects through artisan
9
A Lumen 5 and Laravel 5 SquizLabs Code Sniffer 2.0 artisan command. Detect violations of a defined coding standard. It helps your code remains clean and consistent.
10
Auto-generates all Eloquent models from the database in a Laravel 5 project.
12
Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.
13
Instant support for PHP Code Sniffer, PHP CS Fixer, and PHP MD in the Artisan CLI
15
Easily manage your Beanstalkd job queues right from the Laravel artisan command
18
Adds bash completion for Laravel 5.5 artisan CLI.
19
Edit your .env file in Laravel directly from the command line.
20
Send notifications to your desktop from your Laravel commands. An JoliNotif wrapper for Laravel 5.
21
Laravel artisan command to increment composer.json version.
22
Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.
23
Laravel artisan command to drop all database tables and rerun the migrations.
25
Integrate Docker into your Laravel development workflow
26
Laravel Console Task is a output method for your Laravel/Laravel Zero commands.
27
Simple artisan command to clear compiled views in Laravel 5.0
29
A Beautiful Laravel Console Summary for your Laravel/Laravel Zero commands.
30
Auto-generates all Eloquent models from the database in a Laravel 5 project.