jerothor/model-schemas

1.0.9 2023-03-19 02:40 UTC

This package is auto-updated.

Last update: 2023-03-19 02:41:10 UTC


README

Install the package:

composer require jerothor/model-schemas

Make models with schema methods:

php artisan make:models {name} {--force}

Make pivots with schema methods:

php artisan make:pivots {name} {--force}

Migrate files & model schema methods:

php artisan migrate:schemas {--f|fresh} {--s|seed}