afrazahmad / create-mvc
Create Model, Controller, Request and Migration.
Installs: 90
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/afrazahmad/create-mvc
Requires
- php: ^7.0
This package is not auto-updated.
Last update: 2025-10-09 06:10:07 UTC
README
Laravel 5 Package to create model, controller, request and migration in single command.
Requirements
This package requires PHP 7 and Laravel 5.4 or higher.
Install through composer
composer require afrazahmad/create-mvc
If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
AfrazAhmad\MVC\MVCServiceProvider::class,
Usage
To use this package, just run below command and you will be prompted to options where you can choose according to requirement.
php artisan create:mvc
License
The MIT License (MIT). Please see License File for more information.