rikukimuratf/make-eloquent-model

make eloquent model from table

Maintainers

Package info

github.com/RikuKimuraTF/make-eloquent-model

pkg:composer/rikukimuratf/make-eloquent-model

Statistics

Installs: 369

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v0.0.1 2024-09-12 07:56 UTC

This package is auto-updated.

Last update: 2026-03-22 04:22:05 UTC


README

composer require --dev RikuKimuraTF/make-eloquent-model

*Since this will not be used in a production environment, be sure to add the dev option.

Usage

After creating the tables, you can automatically generate a Domain model, Eloquent model, Domain repository, Eloquent repository, Factory, and Seeder.
If a php file with the same name already exists, it will not be generated.

php artisan make:eloquent {table_name}