PHPackages                             dandisy/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. [API Development](/categories/api)
4. /
5. dandisy/laravel-generator

ActiveLibrary[API Development](/categories/api)

dandisy/laravel-generator
=========================

Webcore Laravel Generator

1.2.12(4y ago)11.6k[1 issues](https://github.com/dandisy/laravel-generator/issues)[1 PRs](https://github.com/dandisy/laravel-generator/pulls)2MITPHPPHP ^7.3|^8.0CI failing

Since Jan 5Pushed 3y ago1 watchersCompare

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

READMEChangelog (10)Dependencies (7)Versions (28)Used By (2)

Webcore Laravel Generator
=========================

[](#webcore-laravel-generator)

Laravel Generator with Additional Form Builder

```
- Date Time Picker (htmltype = date-picker, time-picker or datetime-picker)
- Select2 (all select input will be select2, for multiple use htmltype = multi-select)
- Two side Multiple Select (htmltype = two-side-select)
- HTML Text Editor (htmltype = text-editor)
- File Manager (htmltype = file-manager or files-manager)
- Nullable field in migration (console option = n, or in json file using dbNullable = true)
- Logged fields : created_by and updated_by (console option = --logs)
- Related Dropdown (in console, use --relations option) : add view model in controller, and relational input form in view (htmltype = select,relation:{view-model}={field-to-show}={field-as-value})
- Related Form (in console, use --relations option) : add view model in controller, and relational input form in view (dbtype = table and htmltype = related-form,related-field1,related-field2,related-field3,...)
- Component and theme directory reader generator (htmltype = select,component or select,theme)
- Model directory reader generator (htmltype = select,model)
- CRUD with CURL to backend REST API service (console option = --queryToAPI)

```

For

### Installation

[](#installation)

```
composer require dandisy/laravel-generator
backup your resources/views/auth, layouts, home.blade.php, and welcome.blade.php
php artisan vendor:publish --provider="Webcore\Generator\WebcoreGeneratorServiceProvider"
php artisan migrate
if needed copy & paste all files related for roles, permissions and settings, and dxdatagrid, and exceptions handler from samples folder in this package

composer require dandisy/adminlte-templates
php artisan vendor:publish --provider="Webcore\AdminLTETemplates\AdminLTETemplatesServiceProvider" --tag="public"
php artisan vendor:publish --provider="Webcore\AdminLTETemplates\AdminLTETemplatesServiceProvider" --tag="views"

if using laravel >= 8, add route namespace in RouteServiceProvider
Route::middleware('web')
    ->namespace('App\Http\Controllers')
    ...

```

(optional)

```
https://github.com/yajra/laravel-datatables
composer require yajra/laravel-datatables-oracle:"~9.0"
php artisan vendor:publish --provider="Yajra\DataTables\DataTablesServiceProvider"

https://github.com/yajra/laravel-datatables-buttons
composer require yajra/laravel-datatables-buttons:^4.0
php artisan vendor:publish --tag=datatables-buttons --force

---

jlapp/swaggervel

league/glide-laravel

dandisy/filemanager
php artisan vendor:publish --provider="Webcore\FileManager\FileManagerServiceProvider"

```

### Notes

[](#notes)

This package based on

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

for more generic if any artisan command use generate instead infyom

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity78

Established project with proven stability

 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 ~64 days

Recently: every ~12 days

Total

26

Last Release

1482d ago

PHP version history (4 changes)1.0.0PHP &gt;=5.5.9

1.1.0PHP ^7.1.3

1.2.7PHP ^7.3|^8.0

1.2.8PHP &gt;=7.1

### Community

Maintainers

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

---

Top Contributors

[![dandisy](https://avatars.githubusercontent.com/u/8969235?v=4)](https://github.com/dandisy "dandisy (53 commits)")

---

Tags

apilaravelswaggergeneratorcrudwebcore

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/dandisy-laravel-generator/health.svg)](https://phpackages.com/packages/dandisy-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)
