From e41c91d214221f86e98ebabd046700ba344ff065 Mon Sep 17 00:00:00 2001 From: Refactorian <110738252+refactorian@users.noreply.github.com> Date: Tue, 26 Sep 2023 20:42:33 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a11f142..6cbb5e4 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ - `docker-compose exec [container] [command]` ### Useful Laravel Commands +- Display basic information about your application + - `php artisan about` - Remove the configuration cache file - `php artisan config:clear` - Flush the application cache @@ -63,8 +65,6 @@ - `php artisan schedule:clear-cache` - Flush expired password reset tokens - `php artisan auth:clear-resets` -- Display basic information about your application - - `php artisan about` ### Laravel Pint (Code Style Fixer | PHP-CS-Fixer) - Format all files