Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 226 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 226 Bytes

Install

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