khyrie/formset

this is package to create a table

v0.3.2 2019-11-24 13:20 UTC

This package is auto-updated.

Last update: 2024-04-25 00:26:10 UTC


README

Packagist Packagist Packagist styleci Build Status

This package help you to:

  1. create table
  2. create simple field and data type
  3. 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: