Update README.md
This commit is contained in:
@@ -43,6 +43,8 @@
|
|||||||
- `docker-compose exec [container] [command]`
|
- `docker-compose exec [container] [command]`
|
||||||
|
|
||||||
### Useful Laravel Commands
|
### Useful Laravel Commands
|
||||||
|
- Display basic information about your application
|
||||||
|
- `php artisan about`
|
||||||
- Remove the configuration cache file
|
- Remove the configuration cache file
|
||||||
- `php artisan config:clear`
|
- `php artisan config:clear`
|
||||||
- Flush the application cache
|
- Flush the application cache
|
||||||
@@ -63,8 +65,6 @@
|
|||||||
- `php artisan schedule:clear-cache`
|
- `php artisan schedule:clear-cache`
|
||||||
- Flush expired password reset tokens
|
- Flush expired password reset tokens
|
||||||
- `php artisan auth:clear-resets`
|
- `php artisan auth:clear-resets`
|
||||||
- Display basic information about your application
|
|
||||||
- `php artisan about`
|
|
||||||
|
|
||||||
### Laravel Pint (Code Style Fixer | PHP-CS-Fixer)
|
### Laravel Pint (Code Style Fixer | PHP-CS-Fixer)
|
||||||
- Format all files
|
- Format all files
|
||||||
|
|||||||
Reference in New Issue
Block a user