Download the PHP package mauro-pinheiro/forms without Composer
On this page you can find all versions of the php package mauro-pinheiro/forms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mauro-pinheiro/forms
More information about mauro-pinheiro/forms
Files in mauro-pinheiro/forms
Package forms
Short Description A remarkably magical form package for Laravel.
License MIT
Informations about the package forms
Forms - An amazing Forms component for Laravel.
The Forms package lets you generate forms as well as fields with standard make commands. Inside your forms for models you can specify the fields that need to be generated and then simply pass the form to the view. No more writing html forms, error handling etc. It can handle Eloquent relationships and easily work with ajax requests for more dynamic form submissions.
Author(s):
- Matt Lantz (@mattylantz, mattlantz at gmail dot com)
Requirements
- PHP 7.3+
- OpenSSL
Compatibility and Support
Laravel Version | Package Tag | Supported |
---|---|---|
^7.x - ^8.x | 4.x | yes |
^7.x | 3.x | no |
^5.8.x - 7.x | 2.x | no |
5.4.x - 5.8.x | 1.3.x | no |
5.4.x | 1.1.x | no |
5.3.x | 1.0.x | no |
Installation
Start a new Laravel project:
Then run the following to add Forms
Time to publish those assets!
Documentation
https://docs.grafite.ca/utilities/forms
Upgrading from 3.x to 4.x (Renaming)
The package was renamed in version 3 to 4. This means that the following would need to be changed on your code base:
form-maker.php
-> forms.php
Grafite\FormMaker
-> Grafite\Forms
@formMaker
-> @forms
<x-fm></x-fm>
-> <x-f></x-f>
<x-fm-action></x-fm-action>
-> <x-f-action></x-f-action>
<x-fm-delete></x-fm-delete>
-> <x-f-delete></x-f-delete>
<x-fm-search></x-fm-search>
-> <x-f-search></x-f-search>
License
Forms is open-sourced software licensed under the MIT license
Bug Reporting and Feature Requests
Please add as many details as possible regarding submission of issues and feature requests
Disclaimer
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
All versions of forms with dependencies
doctrine/dbal Version ^2.5|^3.0
illuminate/support Version ^7.0|^8.0
illuminate/view Version ^7.0|^8.0
matthiasmullie/minify Version ^1.3