PHPackages                             laztopaz/laracrud - 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. [Framework](/categories/framework)
4. /
5. laztopaz/laracrud

ActiveProject[Framework](/categories/framework)

laztopaz/laracrud
=================

This package is to help developers quickly create crud on laravel models.

v1.0.2-alpha(5y ago)32[1 issues](https://github.com/olotintemitope/LaraCrud/issues)MITPHPPHP ^7.2.5

Since Aug 14Pushed 5y ago2 watchersCompare

[ Source](https://github.com/olotintemitope/LaraCrud)[ Packagist](https://packagist.org/packages/laztopaz/laracrud)[ Docs](https://laravel-zero.com)[ RSS](/packages/laztopaz-laracrud/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (8)Versions (9)Used By (0)

LaraCrud
========

[](#laracrud)

Generate a full CRUD ready to deploy application from your console

Documentation
-------------

[](#documentation)

### What this project currently does

[](#what-this-project-currently-does)

- Let you interactively define your database schema
- Generate a fresh model into your app/Models folder and let you specify your default path.
    - It helps you generate the $fillables, and the $casts arrays to your model
- Generate a migration file for you.

The main objective of the project is to help generate a working CRUD app based on your model definition.

### Future updates would automatically;

[](#future-updates-would-automatically)

- Generate a seeder class and factory for you. And you can decide not to generate it based on setting an optional parameter
- Generate routes
- Generate validation class
- Controllers
- views

### Installation

[](#installation)

- Go to the release page and download the laracrud binary
- Move it to the `sudo mv path/to/laracrud /usr/local/bin/` to run it as a root all the time
- Give it permission `sudo chmod 755 /usr/local/bin/laracrud` to make it executable
- We need to let bash know where the executable file is `nano ~/.bash_profile`

Add this line below to bash\_profile and save

- `alias generator="php /usr/local/bin/laracrud"`

Then run this command:

- `source ~/.bash_profile`

Finally, you can type `generator make:crud ModelName` or laracrud make:crud ModelName in your terminal. You should see the below screen.

[![alt text](https://github.com/olotintemitope/LaraCrud/raw/master/laracrud.png "Laracrud console")](https://github.com/olotintemitope/LaraCrud/blob/master/laracrud.png)

### How to use

[](#how-to-use)

- From your terminal, navigate to your current Laravel project directory and type `laracrud` or the alias you've provided in the bash profile.
- `--m=[create|update]` can be passed to the command if you want a new migration file, or you just want to update the existing schema.
- `--g=[model|migration]` can also be passed to the command in case you only want to generate either a model or a migration. Without passing this parameter, the default mode will generate both model and migration files.
- `--f=[folder path]` You can optionally pass it, if your model folder is not in app/Models. Otherwise, it will create or append the new file to the app/Models folder
- `--mf=[string]` You can optionally pass it to give your migration file a meaningful name
- `--d` You can dump the file content without first writing them to file

### Supported Field Types

[](#supported-field-types)

- This project supports all [Laravel migration column types](https://laravel.com/docs/5.5/migrations#creating-columns)
- The default column type is string. Therefore, you can hit the return key if you do not want to change the type.
- For string and integer field type, you can also omit the length so that it will use the default length.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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

Total

4

Last Release

1860d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9338a1c768c2e964e80b8d14adcdd91bcc0fd74f487661c348f5483c5acc3f23?d=identicon)[andela-tolotin](/maintainers/andela-tolotin)

---

Top Contributors

[![olotintemitope](https://avatars.githubusercontent.com/u/14159435?v=4)](https://github.com/olotintemitope "olotintemitope (135 commits)")

---

Tags

cliconsoleframeworklaravellaravel crud

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/laztopaz-laracrud/health.svg)

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

###  Alternatives

[fly-apps/fly-laravel

A cli tool for launching and deploying Laravel apps on Fly.io

431.3k](/packages/fly-apps-fly-laravel)

PHPackages © 2026

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