Update README.md

This commit is contained in:
Refactorian
2023-09-26 20:42:33 +09:00
committed by GitHub
parent 67c8e150fd
commit e41c91d214

View File

@@ -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