khyrie / formset
this is package to create a table
v0.3.2
2019-11-24 13:20 UTC
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: 2024-10-25 01:30:49 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: