dinh0012/generators

There is no license information available for the latest version (dev-master) of this package.

This package will generate a Laravel Model based on your database table itself, filling in the required fields automatically.

dev-master 2020-02-02 11:43 UTC

This package is auto-updated.

Last update: 2025-07-29 02:16:25 UTC


README

Install

composer require "dinh0012/generators" --dev

Generating a multiple tables

php artisan generate:model --table=users,posts

Generating all tables

php artisan generate:model --all or php artisan generate:model