nguyenle/flat-model

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

Quick & easy to generate model

Installs: 285

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/nguyenle/flat-model

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

This package is not auto-updated.

Last update: 2025-10-28 06:57:32 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=}