reliese/laravel
Reliese Laravel Model Generator observed · 2026-08-28
Health v2 · maintenance only
31/100
- Activity 12
- Release rhythm 16
- 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: 94.0
- age_days: 3608
- days_rel: 531
- days_push: 531
- n_releases_24m: 3
Adoption not part of the score
1705 stars · 319 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Laravel package that inspects your database schema (columns, types, foreign keys) and automatically generates Eloquent model classes with typed properties and relationships. It runs via an artisan command and is configurable for per-table or per-connection scaffolding.
Use cases
- generate eloquent models from an existing mysql database
- scaffold laravel models with relationships from foreign keys
- reverse engineer database schema into laravel models
- regenerate models automatically when the database changes
- create typed model properties from column definitions
When to choose
- you are starting a Laravel app on top of an existing database schema
- you have many tables and want to avoid hand-writing boilerplate Eloquent models
- you want models kept in sync with frequent schema changes via base-file inheritance
When to avoid
- you are not using Laravel or Eloquent
- you prefer writing models manually with custom domain logic from the start
- you need code generation for non-MySQL databases without supported connections
Facets
library · maturity active
orm developer-tools cli database web-development developer-tools databases php cli laravel eloquent code-generation scaffolding models mysql
1 source
- readme: https://github.com/reliese/laravel · fetched 2026-08-28 · 99fa999184fd
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| reliese/laravel | main | 31 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem