-
Notifications
You must be signed in to change notification settings - Fork 578
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Generate model and migration content dynamically depending on provided options, removing comments, providing a greatly improved developer experience (this is at the price of ugly stubs – we should revisit our approach by using a proper PHP code generator in the future) - Add `--all` option to enable all traits without any prompt - When providing no option, prompt defaults to yes for all options - When providing one or multiple options, prompt defaults to no for all other options - It is possible to use artisan's `--no-interaction` option to skip the prompt
- Loading branch information
Showing
3 changed files
with
171 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.