0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00

Add Laravel Art Plugin

This commit is contained in:
baselrabia 2022-03-07 17:22:51 +02:00
parent a4c6304b46
commit fcc6962d50

View file

@ -14,6 +14,7 @@ plugins=(... laravel-art)
|-----------|--------------------------------------|-------------------------------------|
| art | `php artisan` | Main Artisan command |
| arts | `php artisan serve` | Serve the application |
| arto | `php artisan optimize` | Cache the framework bootstrap files |
| artr | `php artisan route:list` | List all registered routes |
| artm | `php artisan migrate` | Run the database migrations |
| artmf | `php artisan migrate:fresh` | Drop all tables and re-run all migrations |