inboundasa/laravel-starter-commands

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

Installs: 75

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/inboundasa/laravel-starter-commands

1.0.3 2023-03-19 08:36 UTC

This package is auto-updated.

Last update: 2025-10-19 19:46:59 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