aashirhaq / stub
Generate CRUD of provided name including Controller Services and Views
v2.0.0
2021-11-17 08:30 UTC
Requires
- php: ^7.3|^8.0
Requires (Dev)
- orchestra/testbench: ^6.21
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2025-05-17 15:58:11 UTC
README
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
- Add
Aashirhaq\Stub\StubServiceProvider::class,
insideconfig/app.php
underPackage Service Providers
sections. - Use
php artisan generate:skeleton {name-of-model}
to generate skeleton.