PHPackages                             hossamsoliuman/licht - 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. hossamsoliuman/licht

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

hossamsoliuman/licht
====================

CRUDs generator

1.14.0(2y ago)098MITPHPPHP ^8.0

Since Aug 28Pushed 2y ago1 watchersCompare

[ Source](https://github.com/HossamSoliuman/licht)[ Packagist](https://packagist.org/packages/hossamsoliuman/licht)[ RSS](/packages/hossamsoliuman-licht/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (5)Dependencies (1)Versions (26)Used By (0)

Licht - Laravel CRUD Generator

Licht - Laravel CRUD Generator
==============================

[](#licht---laravel-crud-generator)

**Licht** is a Laravel package that simplifies the process of generating CRUD (Create, Read, Update, Delete) operations for your models. It provides a convenient Artisan command to quickly generate the necessary components for your models, such as models, requests, resources, controllers, and migrations.

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

[](#installation)

To get started with **Licht**, follow these steps:

1. Install the package via Composer:

```
composer require hossamsoliuman/licht
```

Usage
-----

[](#usage)

To generate CRUD operations for a model, you can use the `licht` Artisan command. You can specify the model name as an argument or run the command without arguments to be prompted for the model name:

```
php artisan licht ModelName
```

Or:

```
php artisan licht

```

If you run the command without specifying the model name, you will be prompted to enter the model name interactively.

You will also be prompted to enter the field names and their types. Once you've provided the necessary information, Licht will generate the following components for you:

- Model
- Store Request
- Update Request
- Resource
- Controller
- Migration

These components will be placed in the appropriate directories within your Laravel project.

Features
--------

[](#features)

FeatureStatusSupport for various field types (string, integer, text, foreignId, image, file, date, datetime)✅ DoneAutomatic generation of validation rules based on field types✅ DoneGenerate CRUD operations along with views🔜 Coming SoonGenerate CRUD for existing model and database table created using Licht🔜 Coming SoonCustomizable CRUD templates🔜 Coming SoonCreate CRUD for multiple models at once🔜 Coming SoonExtensive documentation and examples🔜 Coming SoonAdd json type field✅ DoneLicense
-------

[](#license)

**Licht** is open-source software licensed under the MIT License.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Recently: every ~53 days

Total

24

Last Release

790d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/93101329?v=4)[Hossam Soliuman Atiaa](/maintainers/HossamSoliuman)[@HossamSoliuman](https://github.com/HossamSoliuman)

---

Top Contributors

[![HossamSoliuman](https://avatars.githubusercontent.com/u/93101329?v=4)](https://github.com/HossamSoliuman "HossamSoliuman (61 commits)")

### Embed Badge

![Health badge](/badges/hossamsoliuman-licht/health.svg)

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

###  Alternatives

[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17818.7k](/packages/markwalet-nova-modal-response)[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

591.7k1](/packages/crumbls-layup)[tomshaw/electricgrid

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

119.2k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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