Skip to content

adetxt/laravel-fillable-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Fillable Generator

Total Downloads

This package provides a laravel artisan command to generate model fillable automaticly. Only MySQL database is supported for now.

Installation

This package can be installed through Composer.

composer require adetxt/laravel-fillable-generator --dev

Usage

You can start generate your model fillable by this artisan command:

php artisan generate-model-fillable

With Specific Model

php artisan generate-model-fillable User Post Category

Options

  -P, --path                     Model path (default: app\Models)
  --all-columns                  Include all columns
  -E, --excludecol[=EXCLUDECOL]  Exclude column [default: "id,created_at,updated_at,deleted_at"]

About

Generate Laravel model fillable never this simple

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages