关键词:artisan

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