afrazahmad/create-mvc

Create Model, Controller, Request and Migration.

1.0.0 2018-03-10 07:30 UTC

This package is not auto-updated.

Last update: 2024-04-24 23:06:48 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.