sadeghpm / laravel-form-builder
A laravel development package to make models create/edit form in blade syntax
Installs: 77
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 176
Language:JavaScript
Requires
- php: ^7.1
- illuminate/support: ^5.8|^6.0|^7.0
Requires (Dev)
- orchestra/testbench: ^3.8|^4.0|^5.0
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2024-11-05 00:36:21 UTC
README
Installation
You can install the package via composer:
composer require sadeghpm/laravel-form-builder --dev
Usage
To install run this command:
php artisan laravel-form-builder:install
Now open link form-builder http://127.0.0.1:8000/form-builder
in browser and start building form.
Testing
composer test
Security
If you discover any security related issues, please email sadeghpm@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.