inboundasa/laravel-starter-commands

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

1.0.3 2023-03-19 08:36 UTC

This package is auto-updated.

Last update: 2024-04-19 16:33:47 UTC


README

composer require inboundasia/laravel-starter-commands

Usage

php artisan starter:crud Tag

it will create following files

  • Migrate
  • Model
  • Controller
  • Policy

it will modify following files

  • Routes