PHPackages                             iescarro/lara - 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. iescarro/lara

ActiveLibrary

iescarro/lara
=============

Simple Laravel Scaffold

v0.0.14(1y ago)023PHP

Since Jul 8Pushed 1y ago1 watchersCompare

[ Source](https://github.com/iescarro/lara)[ Packagist](https://packagist.org/packages/iescarro/lara)[ RSS](/packages/iescarro-lara/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (15)Used By (0)

Lara - Laravel Scaffolding Tool
===============================

[](#lara---laravel-scaffolding-tool)

Lara is a PHP console application designed to simplify the creation of scaffolding components in Laravel, inspired by the Rails generate command. Currently, it supports generating scaffold components.

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

[](#installation)

To install Lara, you can use Composer. Add the package to your `composer.json` file or run the following command:

```
composer require iescarro/lara
```

Usage
-----

[](#usage)

Lara can be used to generate scaffold components in your Laravel application. The basic syntax for generating a scaffold is:

```
php vendor/iescarro/lara/lara generate scaffold    ...
```

Example
-------

[](#example)

To generate a scaffold for a Post model with title as a string and content as text, you would run the following command:

```
php vendor/iescarro/lara/lara generate scaffold Post title:string content:text
```

This command will generate the necessary files and code for the Post model, including:

- Migration
- Model
- Controller
- Request
- Routes
- Views

### Generated Components

[](#generated-components)

- Migration: A new migration file for the model with the specified fields.
- Model: A new Eloquent model file.
- Controller: A new resource controller for the model.
- Request: A new form request validation class.
- Routes: Updates to the web.php file with the necessary routes.
- Views: Basic views for creating, updating, and listing the model.

Contributing
------------

[](#contributing)

We welcome contributions to improve Lara. If you would like to contribute, please fork the repository and submit a pull request.

License
-------

[](#license)

This project is licensed under the MIT License. See the LICENSE file for details.

Support
-------

[](#support)

For any questions or support, please open an issue on GitHub or contact us.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

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

Total

14

Last Release

614d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2943177515df12803ffcedcb58d0134bc17cbdfcbea2ec885cc2377ce4c82709?d=identicon)[iescarro](/maintainers/iescarro)

---

Top Contributors

[![iescarro](https://avatars.githubusercontent.com/u/334216?v=4)](https://github.com/iescarro "iescarro (28 commits)")

---

Tags

laravelscaffold

### Embed Badge

![Health badge](/badges/iescarro-lara/health.svg)

```
[![Health](https://phpackages.com/badges/iescarro-lara/health.svg)](https://phpackages.com/packages/iescarro-lara)
```

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k84.2M225](/packages/laravel-horizon)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[laravel/nightwatch

The official Laravel Nightwatch package.

3486.1M13](/packages/laravel-nightwatch)[summerblue/generator

Extend Laravel's generators scaffold.

34139.9k](/packages/summerblue-generator)[acacha/llum

Llum (light in catalan language) illuminates your Laravel projects.

10926.0k](/packages/acacha-llum)

PHPackages © 2026

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