nguyenle/flat-model

There is no license information available for the latest version (v1.0.6) of this package.

Quick & easy to generate model

v1.0.6 2025-04-15 04:10 UTC

This package is not auto-updated.

Last update: 2025-06-24 05:24:11 UTC


README

Quick create Laravel model, resource and request

Installation

Install the package via composer:

composer require nguyenle/flat-model

Usage

php artisan make:c-model {name} {--table=}
php artisan make:c-resource {name} {--table=}
php artisan make:c-request {name} {--table=}