-
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds an ability to pass command specific parameters to the class declaration. Improves create:bootloader command - Adds final for class - Adds an ability to create domain bootloader with interceptors using `-d` option - Uses PHP attributes for command definition * Apply fixes from StyleCI [ci skip] [skip ci] * Improves `create:command` command - Adds `final` for class - Uses `__invoke` method instead of `perform` - Uses PHP attributes for command definition - Uses PHP attributes for console command declaration - Adds an ability to add arguments and options to generated console command - Improves command name generation * chore: removes extra imports * Improves `create:config` command - Adds `final` for class - Uses PHP attributes for command definition * Brings in order scaffolder commands * Adds command `create:filter` for filters declaration * Apply fixes from StyleCI [ci skip] [skip ci] * Fixes cs * Fixes cs * Fixes tests * Fixes tests * Fixes tests * Fixes tests * Fixes tests * Update src/Scaffolder/src/Declaration/CommandDeclaration.php Co-authored-by: Aleksei Gagarin <[email protected]> * Update src/Scaffolder/src/Declaration/ConfigDeclaration.php Co-authored-by: Aleksei Gagarin <[email protected]> * Fixes rector issues --------- Co-authored-by: StyleCI Bot <[email protected]> Co-authored-by: Aleksei Gagarin <[email protected]>
- Loading branch information
1 parent
5d5b62e
commit 577caa8
Showing
31 changed files
with
715 additions
and
361 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
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
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
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.