Laravel-4-Artisan
Laravel-4-Artisan copied to clipboard
Laravel Generate:from not working
I am having this error:
[InvalidArgumentException]
Command "generate:form" is not defined.
Did you mean one of these?
generate:model
generate:seed
generate:view
generate:scaffold
generate:publish-templates
generate:resource
generate:pivot
generate:migration
generate:controller
Please Fix this
What version of generators are you using? The form routine was removed in 2.x release.
But why? Please do include it again
I won't return anytime soon in the 2.x branch.
However should you wish to downgrade to 1.* it is still supported there and works just fine with Laravel 4.2.x (and will work with 4.3.x when it is released)
for the cmnds that require a specific version of generators ,could u plz add something like "~1" next to the cmnd so the user understand that this is only working in that version ?