Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche authored Mar 22, 2024
1 parent 6e0f2b5 commit e5ba3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Route::get('/posts/{status}', function (Request $request) {
We provide an artisan make command which allows you to quickly create new enumerables.

```bash
php artisan make:enum StatusEnum
php artisan make:spatie-enum StatusEnum
```

You can use `--method` option to predefine some enum values - you can use them several times.
Expand Down

0 comments on commit e5ba3fd

Please sign in to comment.