-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
After installing Laravel Nova (v5), the make:model, make:migration, etc commands no longer accept the --module option. make:module still works so Modular does have commands registering, but the overrides for existing ones aren't working.
Edit: It looks like they're being overwritten in orchestra/canvas/src/Console
Edit2: I commented out the contents of orchestra/canvas/src/LaravelServiceProvider.php and the commands are back to working as expected. Clearly, this is not a sufficient answer since I can't be editing vendor files on deployment to other devs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels