关键词:artisan

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