laravel-forms maintained by musonza
Author
Last update
2022/02/10 06:16
(dev-master)
License
Downloads
49
Laravel Forms
Installation
-
Install composer package
composer require musonza/laravel-forms -
Publish Assets
php artisan vendor:publish -
Add Form facade to
config/app.php'Form' => Musonza\Form\Facades\FormFacade::class, -
Run migrations
php artisan migrate -
Check the published file config/laravel_forms.php
- You can enable / disable captcha
- You can configure the path for your forms dashboard
- You can add custom field types
-
Access dashboard at
http//your-url.com/laravel-forms (you can change the path in config/laravel_forms.php)
Adding a Form
Form details
Adding a Field
Field details
Sample Form Output
Sample Submission
TODO
- Multi page forms
Credits
https://github.com/laravel/telescope for some of the front-end structuring