PHPackages                             labolagen/laravel-generator - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. labolagen/laravel-generator

ActiveLibrary[Testing &amp; Quality](/categories/testing)

labolagen/laravel-generator
===========================

Labolagen, laravel-boilerplate + laravel-generator

6.0.x-dev(3y ago)1351[6 issues](https://github.com/labolagen/laravel-generator/issues)MITPHPPHP &gt;=7.2

Since Aug 18Pushed 3y ago1 watchersCompare

[ Source](https://github.com/labolagen/laravel-generator)[ Packagist](https://packagist.org/packages/labolagen/laravel-generator)[ Fund](https://afdian.net/@skys215)[ Fund](https://ko-fi.com/skys215)[ RSS](/packages/labolagen-laravel-generator/feed)WikiDiscussions 6.0 Synced yesterday

READMEChangelogDependencies (4)Versions (3)Used By (0)

Labolagen
=========

[](#labolagen)

[![Total Downloads](https://camo.githubusercontent.com/221edd61403d4f15a76afd0637ba0c035e6fdb2fbe8eb38a60fed37d0e9f11fe/68747470733a2f2f706f7365722e707567782e6f72672f6c61626f6c6167656e2f6c61726176656c2d67656e657261746f722f646f776e6c6f616473)](https://packagist.org/packages/labolagen/laravel-generator)[![Monthly Downloads](https://camo.githubusercontent.com/b0165aa8bec2ce33968793d3165bd583c2a20ef06f173427ea9b91567ad4276c/68747470733a2f2f706f7365722e707567782e6f72672f6c61626f6c6167656e2f6c61726176656c2d67656e657261746f722f642f6d6f6e74686c79)](https://packagist.org/packages/labolagen/laravel-generator)[![Daily Downloads](https://camo.githubusercontent.com/47655a7d11570f0461756eeab81a6f2b39a2da05aa3e1874e6b23b12b166b19c/68747470733a2f2f706f7365722e707567782e6f72672f6c61626f6c6167656e2f6c61726176656c2d67656e657261746f722f642f6461696c79)](https://packagist.org/packages/labolagen/laravel-generator)[![License](https://camo.githubusercontent.com/70d8f3386d8df1a13d4313e201e3c88729a5360e597b20128c1eb688d01239bd/68747470733a2f2f706f7365722e707567782e6f72672f6c61626f6c6167656e2f6c61726176656c2d67656e657261746f722f6c6963656e7365)](https://packagist.org/packages/labolagen/laravel-generator)

Labolagen - which is short for LAravel-BOilerplate LAravel-GENerator, combines [rappasoft/laravel-boilerplate](https://github.com/rappasoft/laravel-boilerplate) and [InfyOmLabs/laravel-generator](https://github.com/infyomLabs/laravel-generator/) together.

Since laravel-boilerplate is using CoreUI, only the [infyomLabs/coreui-templates](https://github.com/infyomLabs/coreui-templates) is implemented and renamed to [labolagen/coreui-templates](https://github.com/labolagen/coreui-templates).

Usage
=====

[](#usage)

1. Install [rappasoft/laravel-boilerplate](http://laravel-boilerplate.com)
2. `composer require labolagen/laravel-generator:^6.0-dev`
3. `php artisan vendor:publish --provider="Labolagen\Generator\LabolagenGeneratorServiceProvider"`
4. `php artisan labolagen:publish`
5. `php artisan labolagen.publish:layout`
6. Open `app/Providers/RouteServiceProvider.php`, found `mapApiRoutes` function, add `."\\API"` at the end of `$this->namespace`(i.e. `->namespace($this->namespace."\\API")`).
7. Use it as `InfyOmLabs/laravel-generator`.

Because `laravel-boilerplate` is using CoreUI, so I've just implemented `coreui-templates`, it doesn't support `adminlte-templates` or any other templates which InfyOmLabs provided.

If you want to use DataTables in admin panel, do the following:

1. `composer require yajra/laravel-datatables:^1.5`
2. `php artisan vendor:publish --tag=datatables-buttons`
3. Add `` before `@stack('after-scripts')` in `resources/views/backend/layouts/app.blade.php`
4. `npm install --save-dev datatables.net datatables.net-bs4 datatables.net-buttons datatables.net-buttons-bs4`
5. Add the follwing code at the bottom of `resources/js/backend/app.js`:

```
import dt from 'datatables.net';
import 'datatables.net-bs4';
import 'datatables.net-buttons';
import 'datatables.net-buttons-bs4';
```

6. Run `npm run dev` or `yarn dev`
7. Open `resources/sass/backend/app.scss` and add the following code to prevent searchbox shows in new line and pagination in new line:

```
div.dataTables_wrapper div.dataTables_filter {
    display: inline-block;
    float: right;
}
div.dataTables_wrapper div.dataTables_paginate{
    position: absolute;
    right: 10px;
    bottom: 0;
}
```

Documentation of laravel-generator is located [here](http://labs.infyom.com/laravelgenerator)

[Video Tutorials](https://github.com/shailesh-ladumor/infyom-laravel-generator-tutorial) (**Credits**: [shailesh-ladumor](https://github.com/shailesh-ladumor))

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.6% 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

1377d ago

### Community

Maintainers

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

---

Top Contributors

[![mitulgolakiya](https://avatars.githubusercontent.com/u/1908535?v=4)](https://github.com/mitulgolakiya "mitulgolakiya (346 commits)")[![skys215](https://avatars.githubusercontent.com/u/4977935?v=4)](https://github.com/skys215 "skys215 (95 commits)")[![vishalinfyom](https://avatars.githubusercontent.com/u/33887755?v=4)](https://github.com/vishalinfyom "vishalinfyom (31 commits)")[![ajayinfyom](https://avatars.githubusercontent.com/u/30411745?v=4)](https://github.com/ajayinfyom "ajayinfyom (25 commits)")[![NightZpy](https://avatars.githubusercontent.com/u/372232?v=4)](https://github.com/NightZpy "NightZpy (20 commits)")[![jschlies](https://avatars.githubusercontent.com/u/2206903?v=4)](https://github.com/jschlies "jschlies (18 commits)")[![phillipmadsen](https://avatars.githubusercontent.com/u/7799233?v=4)](https://github.com/phillipmadsen "phillipmadsen (16 commits)")[![alexanderreiff](https://avatars.githubusercontent.com/u/1593375?v=4)](https://github.com/alexanderreiff "alexanderreiff (6 commits)")[![motia](https://avatars.githubusercontent.com/u/20706253?v=4)](https://github.com/motia "motia (5 commits)")[![ShaileshInfyom](https://avatars.githubusercontent.com/u/28335166?v=4)](https://github.com/ShaileshInfyom "ShaileshInfyom (5 commits)")[![claudiobastos](https://avatars.githubusercontent.com/u/64761?v=4)](https://github.com/claudiobastos "claudiobastos (4 commits)")[![remxcode](https://avatars.githubusercontent.com/u/3363540?v=4)](https://github.com/remxcode "remxcode (4 commits)")[![farhaninfyom](https://avatars.githubusercontent.com/u/37834439?v=4)](https://github.com/farhaninfyom "farhaninfyom (3 commits)")[![JosueMOsunaG12](https://avatars.githubusercontent.com/u/9354150?v=4)](https://github.com/JosueMOsunaG12 "JosueMOsunaG12 (2 commits)")[![handiwijoyo](https://avatars.githubusercontent.com/u/4060094?v=4)](https://github.com/handiwijoyo "handiwijoyo (2 commits)")[![kronthto](https://avatars.githubusercontent.com/u/17156142?v=4)](https://github.com/kronthto "kronthto (2 commits)")[![Reta110](https://avatars.githubusercontent.com/u/11211521?v=4)](https://github.com/Reta110 "Reta110 (2 commits)")[![xiaohuilam](https://avatars.githubusercontent.com/u/6964962?v=4)](https://github.com/xiaohuilam "xiaohuilam (2 commits)")[![uniconstructor](https://avatars.githubusercontent.com/u/1384545?v=4)](https://github.com/uniconstructor "uniconstructor (2 commits)")[![wiwatsrt](https://avatars.githubusercontent.com/u/13492951?v=4)](https://github.com/wiwatsrt "wiwatsrt (1 commits)")

---

Tags

requestapitestlaravelmigrationswaggergeneratormodelviewcrudrepositorylabolagen

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/labolagen-laravel-generator/health.svg)

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

###  Alternatives

[infyomlabs/laravel-generator

InfyOm Laravel Generator

3.8k2.3M13](/packages/infyomlabs-laravel-generator)

PHPackages © 2026

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