We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Last part of the documentation about adding form types, doesn't seem to work. I can't see were that is implemented in the code here.
The text was updated successfully, but these errors were encountered:
I'm having the same issue on the latest version of this package.
Sorry, something went wrong.
Worked around this by using the following in a provider, also allows usage of the Doctrine EntityType.
// In service provider register method $this->app->extend('form.extensions', function($extensions, $app){ $extensions[] = app(DoctrineOrmExtension::class); return $extensions; });
Down side to this approach is you need to create an actual extension but in theory you can have one extension and keep adding to it.
No branches or pull requests
Last part of the documentation about adding form types, doesn't seem to work. I can't see were that is implemented in the code here.
The text was updated successfully, but these errors were encountered: