Skip to content

Commit bc482fa

Browse files
authored
Update README.md
1 parent 69a926d commit bc482fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ composer require --dev webfactor/laravel-generators
2626
php artisan make:entity {entity_name} {--schema=} {--ide=}
2727
```
2828

29-
`--schema` currently uses syntax from [Laravel 5 Extended Generators](https://github.com/laracasts/Laravel-5-Generators-Extended)
29+
`--schema` currently uses syntax from [Laravel 5 Extended Generators](https://github.com/laracasts/Laravel-5-Generators-Extended) (this will be slightly changed in upcoming v3.0 to provide an extended functionality)
3030

3131
Use *singular* for entity. This will automatically create (while respecting our internal naming conventions):
3232

0 commit comments

Comments
 (0)