From fcc6962d50a1c84370a3e1e6778942c8b1085f38 Mon Sep 17 00:00:00 2001 From: baselrabia Date: Mon, 7 Mar 2022 17:22:51 +0200 Subject: [PATCH] Add Laravel Art Plugin --- plugins/laravel-art/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/laravel-art/README.md b/plugins/laravel-art/README.md index b329e2ace..4905bbd6e 100644 --- a/plugins/laravel-art/README.md +++ b/plugins/laravel-art/README.md @@ -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 |