Replies: 1 comment
-
Technically it doesn't remove them. It uses a different stub. framework/src/Illuminate/Routing/Console/ControllerMakeCommand.php Lines 40 to 60 in 5539cf2 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A lot of time I use Partial Resource Routes:
And every time I manually remove unused methods from the controller.
There is already --api flag, which removes 'create' and 'edit'.
Would it be cool to have --except and --only options or is it only me, who find it time-saving?
Beta Was this translation helpful? Give feedback.
All reactions