khyrie / formset
this is package to create a table
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/khyrie/formset
Requires
- php: >=7.1
- illuminate/support: ^6.0
- laracasts/generators: *
Requires (Dev)
- orchestra/testbench: ^4.0
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2025-09-25 03:15:27 UTC
README
This package help you to:
- create table
- create simple field and data type
- create migration file
Please take note this package is still under active development. Use at your own risk!!! :)
Requirements
Laravel >= 6.0 PHP >= 7.2
Installation
Install via composer
composer require khyrie/formset
Run migration command
php artisan migrate
Publish configuration file
php artisan vendor:publish --provider="khyrie\Formset\ServiceProvider" --tag="config"
Publish view file
php artisan vendor:publish --provider="khyrie\Formset\ServiceProvider" --tag="view"
Usage
Navigate to page '/formset'.
Security
If you discover any security related issues, please email instead of using the issue tracker.
Credits
This package is bootstrapped with the help of melihovv/laravel-package-generator.
And thanks to: