Generate CRUD of provided name including Controller Services and Views

v2.0.0 2021-11-17 08:30 UTC

This package is auto-updated.

Last update: 2025-05-17 15:58:11 UTC


README

Build Status Packagist Downloads

About

Generate CRUD of provided model name including Controller Services and Views

Getting Started

Installation

aashirhaq/stub requires PHP ^7.3|^8.0.

composer require aashirhaq/stub

Basic Usage

  1. Add Aashirhaq\Stub\StubServiceProvider::class, inside config/app.php under Package Service Providers sections.
  2. Use php artisan generate:skeleton {name-of-model} to generate skeleton.