PHPackages                             cslant/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. cslant/laravel-generator

Abandoned → [cslant/laravel-generator-advanced](/?search=cslant%2Flaravel-generator-advanced)ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

cslant/laravel-generator
========================

Laravel Generator Advanced is a package that helps you generate CRUD, Migration, Model, Controller, Repository, Request, Resource, Factory, Seeder, Action, ...

v1.0(3y ago)232[1 PRs](https://github.com/cslant/laravel-generator-advanced/pulls)MITPHPPHP ^7.3|^8.0|^8.1

Since Apr 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/cslant/laravel-generator-advanced)[ Packagist](https://packagist.org/packages/cslant/laravel-generator)[ Docs](https://github.com/lbiltech/laravel-generator)[ RSS](/packages/cslant-laravel-generator/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Welcome to Laravel Generator Package
====================================

[](#welcome-to-laravel-generator-package)

This package is used to generate models, controllers, views, routes, migrations, seeders, factories, requests, and more for Laravel.

[![Latest Version](https://camo.githubusercontent.com/6a9a38e01c342a31e869b96d9a232abccbf57e05acae002b92e5d0d5ef438f51/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f63736c616e742f6c61726176656c2d67656e657261746f722d616476616e6365642e7376673f7374796c653d666c61742d737175617265)](https://github.com/cslant/laravel-generator-advanced/releases)[![Total Downloads](https://camo.githubusercontent.com/a16669d51add02e174f86a81505cdfc4236791acc34f4cb6fbad392bd0c781fa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63736c616e742f6c61726176656c2d67656e657261746f722d616476616e6365642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cslant/laravel-generator-advanced)[![Test Status](https://camo.githubusercontent.com/b2ff80f5c863a4883d05e355e1d27a8ce6d2d4a7864c22f68beff2d098188b1f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f63736c616e742f6c61726176656c2d67656e657261746f722d616476616e6365642f73657475705f746573742e796d6c3f6c6162656c3d7465737473266272616e63683d6d61696e)](https://camo.githubusercontent.com/b2ff80f5c863a4883d05e355e1d27a8ce6d2d4a7864c22f68beff2d098188b1f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f63736c616e742f6c61726176656c2d67656e657261746f722d616476616e6365642f73657475705f746573742e796d6c3f6c6162656c3d7465737473266272616e63683d6d61696e)[![StyleCI](https://camo.githubusercontent.com/e05e12ad3663540135c86622af904c4685d458aab586d047f7053544adc065ba/68747470733a2f2f7374796c6563692e696f2f7265706f732f3630353639373239352f736869656c64)](https://styleci.io/repos/605697295)[![Quality Score](https://camo.githubusercontent.com/c5b9d1c09bf01ce3645beb46fcb9b7ad23048bebfe93fd1aee53c689fc0ae89f/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f63736c616e742f6c61726176656c2d67656e657261746f722d616476616e6365642e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/cslant/laravel-generator-advanced)[![Maintainability](https://camo.githubusercontent.com/b45ab9581ca81502b9a6b97b2837d8fa45459a4c22719cb20069d293d926fcdd/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f32333163313233626661323736666431616333632f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/cslant/laravel-generator-advanced/maintainability)

Technology
----------

[](#technology)

- PHP ^8.1
- Laravel Framework 9.x, 10.x
- Composer

Installation
------------

[](#installation)

You can install the package with [Composer](https://getcomposer.org/) using the following command:

```
composer require cslant/laravel-generator-advanced
```

Publish the config file, views, and language files
--------------------------------------------------

[](#publish-the-config-file-views-and-language-files)

If you want to change the default configuration, the views, or the language files, you can publish them with the following command:

```
 php artisan vendor:publish --provider="CSlant\LaraGenAdv\Providers\LaravelGeneratorServiceProvider"
```

If you have run the above command, you will see the following files in your project:

- `config/laravel-generator-advanced.php`
- `resources/views/vendor/laravel-generator-advanced`

---

Also, you can publish only the config file with the following command:

```
 php artisan vendor:publish --provider="CSlant\LaraGenAdv\Providers\LaravelGeneratorServiceProvider" --tag="config"
```

Similarly, you can publish only the views with the following command:

```
 php artisan vendor:publish --provider="CSlant\LaraGenAdv\Providers\LaravelGeneratorServiceProvider" --tag="views"
```

License
-------

[](#license)

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

 [ ![license](https://camo.githubusercontent.com/a4b7a1d8377c4252b62962b12857454a352b488c7f58770dcbcadcffaf57247b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f646f637472696e652f6f726d2e737667) ](https://packagist.org/packages/cslant/laravel-generator-advanced)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

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

Unknown

Total

1

Last Release

1109d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/35853002?v=4)[Tan Nguyen](/maintainers/tanhongit)[@tanhongit](https://github.com/tanhongit)

---

Top Contributors

[![tanhongit](https://avatars.githubusercontent.com/u/35853002?v=4)](https://github.com/tanhongit "tanhongit (138 commits)")

---

Tags

generatorlaravellaravel-generatorlaravel-packagelbiltechphprequestlaravelfactorygeneratorresourcecontrollerrepositoryseedercrud generatoractionmigration-generatormodel generatorlaravel-generator

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[cloudstudio/resource-generator

Resource Generator for Laravel Nova

106136.1k1](/packages/cloudstudio-resource-generator)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

14720.0k](/packages/markwalet-nova-modal-response)[rymanalu/factory-generator

Laravel 5 Model Factory Generator.

178.0k](/packages/rymanalu-factory-generator)

PHPackages © 2026

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