PHPackages                             terranc/lf-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. terranc/lf-generator

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

terranc/lf-generator
====================

Laravel 5 repository / model generator.

1.0.1(6y ago)056MITPHP

Since Jul 6Pushed 6y ago1 watchersCompare

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

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

LF-generator
============

[](#lf-generator)

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

[](#installation)

### Step 1

[](#step-1)

```
composer install terranc/lf-generator --dev
```

### Step 2

[](#step-2)

Add the following code to your `app/Providers/AppServiceProvider.php` file, within the `root()` method:

```
if ($this->app->environment() == 'local') {
  $this->app->register(\Lookfeel\Boilerplate\GeneratorCommandServiceProvider::class);
}
```

Usage
-----

[](#usage)

```
php artisan app:xxx
```

```
 app
  app:attribute        Create a new attribute traits for model
  app:model            Create a new Eloquent model class with attribute, relationship and scope traits
  app:name             Set the application namespace
  app:relationship     Create a new relationship traits for model
  app:repository       Create a new repository class
  app:scope            Create a new scope traits for model
  app:service          Create a new service class

```

Links
-----

[](#links)

[hariadi/laravel-boilerplate-generator](https://github.com/hariadi/laravel-boilerplate-generator)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

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

Total

3

Last Release

2548d ago

Major Versions

0.1.x-dev → 1.02019-08-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/e7a6d99f98f7816b74eaeb19e965fc77ff2647e506e4317fa3cbe1162dc65a37?d=identicon)[terranc](/maintainers/terranc)

---

Top Contributors

[![terranc](https://avatars.githubusercontent.com/u/224353?v=4)](https://github.com/terranc "terranc (20 commits)")

---

Tags

generatorlaravellaravelrepository

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/terranc-lf-generator/health.svg)

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

###  Alternatives

[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M245](/packages/laravel-ai)[illuminate/queue

The Illuminate Queue package.

20432.6M1.7k](/packages/illuminate-queue)[erag/laravel-lang-sync-inertia

A powerful Laravel package for syncing and managing language translations across backend and Inertia.js (Vue/React/Svelte) frontends, offering effortless localization, auto-sync features, and smooth multi-language support for modern Laravel applications.

4925.3k](/packages/erag-laravel-lang-sync-inertia)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[flarum/core

Delightfully simple forum software.

211.4M2.4k](/packages/flarum-core)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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