PHPackages                             maikovisky/laravel-plus - 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. maikovisky/laravel-plus

ActiveLibrary

maikovisky/laravel-plus
=======================

Scaffold controller, repository, model and views

0.4.1(9y ago)143MITPHPPHP &gt;=5.3.0

Since Nov 23Pushed 9y ago1 watchersCompare

[ Source](https://github.com/maikovisky/laravel-plus)[ Packagist](https://packagist.org/packages/maikovisky/laravel-plus)[ Docs](https://github.com/maikovisky/laravel-plus)[ RSS](/packages/maikovisky-laravel-plus/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (5)Versions (8)Used By (0)

Laravel Plus
============

[](#laravel-plus)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2f5bdecc7b28220fe80e64120eac18229179f386814b363ab55e20545ab3448f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d61696b6f7669736b792f6c61726176656c2d706c75732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/maikovisky/laravel-plus)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/762194ca425cfce6ca91eae2b2ea0da842baf87cedaabf7c90d3562298ec6811/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6d61696b6f7669736b792f6c61726176656c2d706c75732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/maikovisky/laravel-plus)[![Coverage Status](https://camo.githubusercontent.com/6c92a18ef4d9485443894a60442111ddf913fcea6cea08e27bb86c65d1213f5d/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6d61696b6f7669736b792f6c61726176656c2d706c75732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/maikovisky/laravel-plus/code-structure)[![Quality Score](https://camo.githubusercontent.com/75e46d6c41452653d118d62a3411396dea9d227523e2afa166c58f8d51bb283a/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6d61696b6f7669736b792f6c61726176656c2d706c75732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/maikovisky/laravel-plus)[![Total Downloads](https://camo.githubusercontent.com/1d1c6fc3387b88c96e0dd0f15e934f5923060e73c3f31af8837d089f4fd7588f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d61696b6f7669736b792f6c61726176656c2d706c75732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/maikovisky/laravel-plus)

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

Install
-------

[](#install)

Via Composer

```
$ composer require maikovisky/laravel-plus
```

### Edit config/app.php

[](#edit-configappphp)

```
'providers' => [
    ...
    Maikovisky\LaravelPlus\LaravelPlusServiceProvider::class,
    Prettus\Repository\Providers\RepositoryServiceProvider::class,
    DaveJamesMiller\Breadcrumbs\ServiceProvider::class,
],

...

'aliases' => [
    // ...
    'Breadcrumbs' => DaveJamesMiller\Breadcrumbs\Facade::class,
    //...
],
```

Usage
-----

[](#usage)

Installing a layout.

```
$ php artisan layout:install
```

Creating a new controller with model, repository and views.

```
$ php artisan  make:scaffold [Name]
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [:author\_name](https://github.com/maikovisky)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Every ~81 days

Recently: every ~11 days

Total

7

Last Release

3336d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f0506809584bb9016a60114c9ac8cb97861023bc9e778cb95bda8c8185033ad5?d=identicon)[maikovisky](/maintainers/maikovisky)

---

Top Contributors

[![maikovisky](https://avatars.githubusercontent.com/u/5375711?v=4)](https://github.com/maikovisky "maikovisky (5 commits)")

---

Tags

scaffoldlaravel-plus

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/maikovisky-laravel-plus/health.svg)

```
[![Health](https://phpackages.com/badges/maikovisky-laravel-plus/health.svg)](https://phpackages.com/packages/maikovisky-laravel-plus)
```

###  Alternatives

[laralib/l5scaffold

Extend Laravel 5's generators scaffold.

31474.1k](/packages/laralib-l5scaffold)

PHPackages © 2026

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