PHPackages                             afrazahmad/create-mvc - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. afrazahmad/create-mvc

ActiveLibrary[Database &amp; ORM](/categories/database)

afrazahmad/create-mvc
=====================

Create Model, Controller, Request and Migration.

1.0.0(8y ago)093MITPHPPHP ^7.0

Since Mar 10Pushed 8y agoCompare

[ Source](https://github.com/afrazahmmad/create-mvc)[ Packagist](https://packagist.org/packages/afrazahmad/create-mvc)[ Docs](https://github.com/afrazahmmad/create-mvc)[ RSS](/packages/afrazahmad-create-mvc/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel 5 package to create MVC.
================================

[](#laravel-5-package-to-create-mvc)

Laravel 5 Package to create model, controller, request and migration in single command.

Requirements
------------

[](#requirements)

This package requires PHP 7 and Laravel 5.4 or higher.

Install through composer
------------------------

[](#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
-----

[](#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
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2986d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/76aec94cbdd5354aaa9937b26b32f71ac5270ec2cd8f35c38d1402e130a1300b?d=identicon)[afrazahmad](/maintainers/afrazahmad)

---

Top Contributors

[![afraz-ahmad](https://avatars.githubusercontent.com/u/25150642?v=4)](https://github.com/afraz-ahmad "afraz-ahmad (15 commits)")

---

Tags

requestmigrationmodellaravel-packagecontrollerafrazahmadlaravel-package-create-mvc

### Embed Badge

![Health badge](/badges/afrazahmad-create-mvc/health.svg)

```
[![Health](https://phpackages.com/badges/afrazahmad-create-mvc/health.svg)](https://phpackages.com/packages/afrazahmad-create-mvc)
```

###  Alternatives

[jedrzej/searchable

Searchable trait for Laravel's Eloquent models - filter your models using request parameters

127259.1k5](/packages/jedrzej-searchable)[jedrzej/pimpable

Laravel 4/5/6 package that allows to dynamically filter, sort and eager load relations for your models using request parameters

105179.0k1](/packages/jedrzej-pimpable)[scrumble-nl/laravel-csr

This package makes it possible to generate a controller, service, repository, model and migration all in 1 command

4219.2k](/packages/scrumble-nl-laravel-csr)[jedrzej/sortable

Sortable trait for Laravel's Eloquent models - sort your models using request parameters

54261.0k1](/packages/jedrzej-sortable)[ymigval/laravel-model-cache

Laravel package for caching Eloquent model queries

7642.2k3](/packages/ymigval-laravel-model-cache)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
