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.

Installs: 30

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:laravel

pkg:composer/dinh0012/generators

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

This package is auto-updated.

Last update: 2025-12-29 03:33:12 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