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: 420

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v0.1.0 2026-05-22 09:06 UTC

This package is auto-updated.

Last update: 2026-05-22 09:07:21 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}