Skip to content

feat: added updated optionals flag in model generator command#48

Open
JaberWiki wants to merge 1 commit intonWidart:masterfrom
JaberWiki:patch-1
Open

feat: added updated optionals flag in model generator command#48
JaberWiki wants to merge 1 commit intonWidart:masterfrom
JaberWiki:patch-1

Conversation

@JaberWiki
Copy link

Generate the given model for the specified module.

php artisan module:make-model Post Blog

--request, -r: create the request file for the given model
--seed, -s: create the seeder file for the given model
--controller, -c: create the controller file for the given model
-mcrs: create migration, controller, request and seeder files all together for the given model

Generate the given model for the specified module.

php artisan module:make-model Post Blog

--request, -r: create the request file for the given model
--seed, -s: create the seeder file for the given model
--controller, -c: create the controller file for the given model
-mcrs: create migration, controller, request and seeder files all together for the given model
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant