关键词:artisan

1
从既有的数据库中以 Migration 的形式导出数据库表,包括索引和外键,类似于数据库的逆向操作。当你的 Migration 文件数量巨大的时候,即可使用此工具来做整理。
2
基于 Whoops 构建,用于控制台 / 命令行 PHP 应用程序的错误展示,界面漂亮。
3
将数据从数据库以 Seed 的方式导出,数据填充 的逆向操作。
4
计划任务分发器(直接可替换掉 Cron),L5 内置了类似的功能
6
Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.
7
Manage your views in Laravel projects through artisan
8
Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.
10
run laravel artisan command in web application
12
Send notifications to your desktop from your Laravel commands. An JoliNotif wrapper for Laravel 5.
13
Auto-generates all Eloquent models from the database in a Laravel 5 project.
14
Edit your .env file in Laravel directly from the command line.
17
A heap of commands for an extended artisan experience.
19
Create Migration, Seed, Request, Controller, Model and Views for your resource
20
A Laravel Artisan SQL Interactive Interface
21
An Artisan console command to create users in your Laravel application.
22
Instant support for PHP Code Sniffer, PHP CS Fixer, and PHP MD in the Artisan CLI
24
Easily manage your Beanstalkd job queues right from the Laravel artisan command
25
Laravel Console Dusk allows the usage of Laravel Dusk in Laravel/Laravel Zero artisan commands.
26
Web artisan allows to run artisan console commands using a browser
27
Laravel Console Task is a output method for your Laravel/Laravel Zero commands.
28
A Beautiful Laravel Console Summary for your Laravel/Laravel Zero commands.
29
LazyArtisan automatically adds and manages your ServiceProviders and Facades in your app config.