laracasts/Laravel-5-Generators-Extended
This package extends the core file generators that are included with Laravel 5 observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4207
- days_rel: n/a
- days_push: 882
- n_releases_24m: 0
Adoption not part of the score
2420 stars · 343 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Laravel package that extends the framework's built-in artisan file generators with schema-aware migration commands. It lets developers define migration columns inline (e.g. make:migration:schema with a --schema flag) and generate pivot table migrations without hand-editing files.
Use cases
- generate laravel migrations from a schema string
- create pivot table migrations quickly
- scaffold database tables without editing migration files
- speed up laravel database schema workflow
- add foreign key constraints when generating migrations
- bootstrap laravel models and migrations together
When to choose
- you build Laravel 5-9 apps and want faster migration scaffolding
- you frequently create simple tables or pivot tables and want to skip manual file editing
- you want a lightweight dev-only composer package
When to avoid
- you use Laravel 10+ where newer generator tools may be better supported
- you need complex migrations with custom logic beyond simple column definitions
- you don't use Laravel or PHP
Facets
plugin · maturity maintenance
developer-tools cli database developer-tools web-development databases php cli laravel artisan migrations schema-generation pivot-tables composer-package code-generation command-line
10 sources
- readme: https://github.com/laracasts/Laravel-5-Generators-Extended · fetched 2026-08-28 · b471af241167
- homepage: https://laracasts.com/lessons/faster-workflow-with-generators · fetched 2026-08-29 · 2b3297037d20
- site_page: https://laracasts.com/series/laravel-from-scratch-2026 · fetched 2026-08-29 · a106c6ff94cf
- site_page: https://laracasts.com/series/leveraging-ai-for-laravel-development · fetched 2026-08-29 · b42bbcc09a2d
- site_page: https://laracasts.com/series/practical-typescript-in-laravel · fetched 2026-08-29 · d13aff203c48
- site_page: https://laracasts.com/series/everything-new-in-livewire-4 · fetched 2026-08-29 · fbb1d386f41d
- site_page: https://laracasts.com/series/react-the-laravel-way · fetched 2026-08-29 · aadc36b6094c
- site_page: https://laracasts.com/series/laravel-forge · fetched 2026-08-29 · 0a271b98f4e3
- site_page: https://laracasts.com/series/blaze-deep-dive · fetched 2026-08-29 · df9433448f1e
- site_page: https://laracasts.com/series/customizing-filament-for-user-facing-apps · fetched 2026-08-29 · 9d0a33c4bb9c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| laracasts/Laravel-5-Generators-Extended | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="laracasts/Laravel-5-Generators-Extended")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem