PHPackages                             trungpv93/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. trungpv93/laravel-generator

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

trungpv93/laravel-generator
===========================

InfyOm Laravel Generator

5.3.x-dev(9y ago)015MITPHPPHP &gt;=5.5.9

Since Aug 18Pushed 9y ago1 watchersCompare

[ Source](https://github.com/trungpv93/laravel-generator)[ Packagist](https://packagist.org/packages/trungpv93/laravel-generator)[ RSS](/packages/trungpv93-laravel-generator/feed)WikiDiscussions develop Synced 4w ago

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

InfyOm Laravel Generator
========================

[](#infyom-laravel-generator)

[![Total Downloads](https://camo.githubusercontent.com/16f734a5c30439ebecdfdaa5a93f3e94bf57dd39b00ce95c4856b366634e8356/68747470733a2f2f706f7365722e707567782e6f72672f696e66796f6d6c6162732f6c61726176656c2d67656e657261746f722f646f776e6c6f616473)](https://packagist.org/packages/infyomlabs/laravel-generator)[![Monthly Downloads](https://camo.githubusercontent.com/4d72907d35f70aeb83f039e744b23491e419f428df748455abbb12ea1d9ec649/68747470733a2f2f706f7365722e707567782e6f72672f696e66796f6d6c6162732f6c61726176656c2d67656e657261746f722f642f6d6f6e74686c79)](https://packagist.org/packages/infyomlabs/laravel-generator)[![Daily Downloads](https://camo.githubusercontent.com/e2dfa252dbf6c36d0abba55be7370498c76dac2c080088193bde80a57ad024f5/68747470733a2f2f706f7365722e707567782e6f72672f696e66796f6d6c6162732f6c61726176656c2d67656e657261746f722f642f6461696c79)](https://packagist.org/packages/infyomlabs/laravel-generator)[![Latest Stable Version](https://camo.githubusercontent.com/20d1f94f7ebf6aabe5b532cbfb65d2eae6e0b62e288677904faf1bf1f7bf7225/68747470733a2f2f706f7365722e707567782e6f72672f696e66796f6d6c6162732f6c61726176656c2d67656e657261746f722f762f737461626c65)](https://packagist.org/packages/infyomlabs/laravel-generator)[![Latest Unstable Version](https://camo.githubusercontent.com/2234f8448fcb8dcebe51ba62ecc49c8005ced2fad2783bff540603223642127b/68747470733a2f2f706f7365722e707567782e6f72672f696e66796f6d6c6162732f6c61726176656c2d67656e657261746f722f762f756e737461626c65)](https://packagist.org/packages/infyomlabs/laravel-generator)[![License](https://camo.githubusercontent.com/b7581560708b0a91699ba7cd7ce37d1916303d632e2c2b41b5550c6a7a7afc97/68747470733a2f2f706f7365722e707567782e6f72672f696e66796f6d6c6162732f6c61726176656c2d67656e657261746f722f6c6963656e7365)](https://packagist.org/packages/infyomlabs/laravel-generator)

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

### Installation

[](#installation)

```
"require": {
	...
	"trungpv93/laravel-generator": "5.3.x-dev",
	"laravelcollective/html": "dev-master",
	"doctrine/dbal": "~2.3" //If you want to use Generate from Table option, you need to install
}
```

Run update compose

```
composer update
```

### Add Service Providers

[](#add-service-providers)

```
Collective\Html\HtmlServiceProvider::class,
Laracasts\Flash\FlashServiceProvider::class, //If Use Flash Notification
Prettus\Repository\Providers\RepositoryServiceProvider::class,
\InfyOm\Generator\InfyOmGeneratorServiceProvider::class,
```

### Add Aliases

[](#add-aliases)

```
'Form'      => Collective\Html\FormFacade::class,
'Html'      => Collective\Html\HtmlFacade::class,
'Flash'     => Laracasts\Flash\Flash::class, //If Use Flash Notification
```

### Publish Vendor

[](#publish-vendor)

```
php artisan vendor:publish
```

### Update API Routes

[](#update-api-routes)

Open app\\Providers\\RouteServiceProvider.php and update mapApiRoutes method as following:

```
Route::group([
    'middleware' => 'api',
    'namespace' => $this->namespace."\\API",
    'prefix' => 'api',
    'as' => 'api.',
], function ($router) {
    require base_path('routes/api.php');
});
```

### Publish

[](#publish)

```
php artisan infyom:publish
```

### Run Publish Layout Command (Option)

[](#run-publish-layout-command-option)

```
php artisan infyom.publish:layout
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.5% 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 ~7 days

Total

3

Last Release

3536d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7832459?v=4)[Iron ](/maintainers/trungpv93)[@trungpv93](https://github.com/trungpv93)

---

Top Contributors

[![mitulgolakiya](https://avatars.githubusercontent.com/u/1908535?v=4)](https://github.com/mitulgolakiya "mitulgolakiya (263 commits)")[![NightZpy](https://avatars.githubusercontent.com/u/372232?v=4)](https://github.com/NightZpy "NightZpy (20 commits)")[![phillipmadsen](https://avatars.githubusercontent.com/u/7799233?v=4)](https://github.com/phillipmadsen "phillipmadsen (15 commits)")[![jschlies](https://avatars.githubusercontent.com/u/2206903?v=4)](https://github.com/jschlies "jschlies (11 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)")[![remxcode](https://avatars.githubusercontent.com/u/3363540?v=4)](https://github.com/remxcode "remxcode (4 commits)")[![trungpv93](https://avatars.githubusercontent.com/u/7832459?v=4)](https://github.com/trungpv93 "trungpv93 (3 commits)")[![Reta110](https://avatars.githubusercontent.com/u/11211521?v=4)](https://github.com/Reta110 "Reta110 (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)")[![briscula](https://avatars.githubusercontent.com/u/1175209?v=4)](https://github.com/briscula "briscula (1 commits)")[![ptsilva](https://avatars.githubusercontent.com/u/7844797?v=4)](https://github.com/ptsilva "ptsilva (1 commits)")[![righter](https://avatars.githubusercontent.com/u/1621194?v=4)](https://github.com/righter "righter (1 commits)")[![shemgp](https://avatars.githubusercontent.com/u/1734126?v=4)](https://github.com/shemgp "shemgp (1 commits)")[![gdhiraj](https://avatars.githubusercontent.com/u/2667480?v=4)](https://github.com/gdhiraj "gdhiraj (1 commits)")[![uniconstructor](https://avatars.githubusercontent.com/u/1384545?v=4)](https://github.com/uniconstructor "uniconstructor (1 commits)")[![janbolat](https://avatars.githubusercontent.com/u/6511056?v=4)](https://github.com/janbolat "janbolat (1 commits)")[![dazuaz](https://avatars.githubusercontent.com/u/5804634?v=4)](https://github.com/dazuaz "dazuaz (1 commits)")[![memu](https://avatars.githubusercontent.com/u/11529470?v=4)](https://github.com/memu "memu (1 commits)")

---

Tags

requestapitestlaravelmigrationswaggergeneratormodelviewcrudrepository

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[infyomlabs/laravel-generator

InfyOm Laravel Generator

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

PHPackages © 2026

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