Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschlick authored Jan 30, 2023
1 parent 372827a commit 6325010
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ composer require returnearly/laravel-enums

## Usage

```php
```sh
php artisan make:enum UserTypeEnum --int --test
```

```sh
php artisan make:enum UserStatusEnum --string --test
```

## Testing
Expand All @@ -41,7 +45,7 @@ Please review [our security policy](../../security/policy) on how to report secu

## Credits

- [Tom Schlick](https://github.com/returnearly)
- [Tom Schlick](https://github.com/tomschlick)
- [All Contributors](../../contributors)

## License
Expand Down

0 comments on commit 6325010

Please sign in to comment.