Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abdessamadbettal authored Jan 2, 2025
1 parent 9cd224d commit 276d9d0
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,24 @@ This is a Laravel starter project that includes a comprehensive setup with Docke
```sh
php artisan test 'or' sail test
```
10. **Make enums**:
```sh
php artisan make:spatie-enum StatusEnum
```
11. **Make sure to dump the autoload**:
```sh
composer dump-autoload
```

10. **Make services**:
```sh
php artisan make:service UserService
```
11. **Make request**:
```sh
php artisan make:request User/UpdateUserRequest
php artisan make:request User/StoreUserRequest
```


## Usage
Expand Down

0 comments on commit 276d9d0

Please sign in to comment.