-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ui prefix #63
Comments
[Symfony\Component\Console\Exception\RuntimeException] |
@sylviot r u aware of this issue? |
How are you try generating the scaffold? The --ui="bs3" to use Stubs/views/bs3 !! |
I have tested this and found that there is an issue if the schema option is not used. I would tend to argue that there seems to be no logic to handle this situation - typically those who don't specify this option would be trying to avoid creating a migration, in which case the following happens:
----------- scaffolding: Test1 -----------
However if the schema flag is used this is not an issue:
----------- scaffolding: Test -----------
--- Views ---
----------- >DUMP AUTOLOAD< ----------- |
So, create the model, migration and view without nothing? |
Please show a prompt if there is no --schema or -s flag, to confirm that no migration will be created. |
Thanks @robbielove, i'll implement a prompt to confirm that no attributes in migration/model/view will be created. 😄 |
I could not find anything related --ui and code does not have anything related to it
The text was updated successfully, but these errors were encountered: