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

ActiveLibrary

msramdan/generator
==================

Laravel starter app &amp; simple crud generator

05CSS

Since Apr 25Pushed 2y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

    demo.mp4    Laravel starter app and CRUD generator.

[![All Contributors](https://camo.githubusercontent.com/3dbd3b6f5fd375827a71bc9e7cc5cfd8db508a223d70e8f32fbeb50d4db9cfd6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6e7472696275746f72732f4d7372616d64616e2f67656e657261746f722d7372633f7374796c653d666c61742d737175617265)](https://github.com/Msramdan/generator/graphs/contributors)[![GitHub last commit](https://camo.githubusercontent.com/f24af17cc790e2290bcb609ca441576ab35ab4041f5d74112a30365c4db73700/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f4d7372616d64616e2f67656e657261746f722d7372632e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/f24af17cc790e2290bcb609ca441576ab35ab4041f5d74112a30365c4db73700/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6173742d636f6d6d69742f4d7372616d64616e2f67656e657261746f722d7372632e7376673f7374796c653d666c61742d737175617265)[![License](https://camo.githubusercontent.com/48d4bf087ffa71ac1637c1aaad83531047864d205d0dcf4bba339635832bb043/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f4d7372616d64616e2f67656e657261746f722d7372632e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Issues](https://camo.githubusercontent.com/2baaf643e5d634da269af377e07e690ed6ab400a91ff1310346d155ca08d59a7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f4d7372616d64616e2f67656e657261746f722d7372633f7374796c653d666c61742d737175617265)](Issues)[![Forks](https://camo.githubusercontent.com/d26a1ba6f12f5e601650cf6885db37dd03cb30f16a11b45a10b483150622b2c4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f4d7372616d64616e2f67656e657261746f722d7372633f7374796c653d666c61742d737175617265)](Forks)[![Stars](https://camo.githubusercontent.com/bc089873de626ad5fb96e4e6aab143d9e2fd9c262eebda88eb096ae2d6bb5ad2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f4d7372616d64616e2f67656e657261746f722d7372633f7374796c653d666c61742d737175617265)](Stars)

Table of Contents
-----------------

[](#table-of-contents)

1. [Setup](#setup)
2. [Usage](#usage)
3. [Requirements](#requirements)
4. [What's inside?](#what-inside)
5. [Features](#features)
6. [License](#license)
7. [Support](#support)

Setup
-----

[](#setup)

1. Installation

```
composer require msramdan/generator --dev
```

> Since this package will overwrite some files, it must be installed after a brand-new Laravel installation.

2. Register the provider in `config/app.php`

```
 /*
  * Package Service Providers...
  */
  Msramdan\Generator\Providers\GeneratorServiceProvider::class,
```

3. Publish vendor

```
php artisan generator:publish
```

4. Run migration and seeder

```
php artisan migrate --seed
```

5. Start development server

```
php artisan serve
```

Usage
-----

[](#usage)

Go to `/generators/create`

Login

- Email:
- Password: password

Requirements
------------

[](#requirements)

- [PHP ^8.1](https://www.php.net/releases/8.1/en.php)

What's inside?
--------------

[](#whats-inside)

- [Laravel - ^9.x](https://laravel.com/)
- [Laravel Forify - ^1.x](https://laravel.com/docs/9.x/fortify)
- [Laravel Debugbar - ^3.x](https://github.com/barryvdh/laravel-debugbar)
- [Spatie permission - ^5.x](https://github.com/spatie/laravel-permission)
- [Yajra datatable - ^10.x](https://yajrabox.com/docs/laravel-datatables/master/installation)
- [Intervention Image - ^2.x](https://image.intervention.io/v2)
- [Mazer template - ^2.x](https://github.com/zuramai/mazer/)

Features
--------

[](#features)

- Authentication ([Laravel Fortify](https://laravel.com/docs/9.x/fortify))
    - Login
    - Register
    - Forgot Password
    - 2FA Authentication
    - Update profile information
- Roles and permissions ([Spatie Permission](https://spatie.be/docs/laravel-permission/v5/introduction))
- CRUD User
- CRUD Generator
    - Support more than [15 column type migration](https://laravel.com/docs/9.x/migrations#available-column-types), like string, char, date, year, etc.
    - Datatables ([Yajra datatables](https://github.com/yajra/laravel-datatables))
    - BelongsTo relation
    - Model casting
    - Image upload ([Intervention Image](https://image.intervention.io/v2))
    - Support [HTML 5 Input](https://developer.mozilla.org/en-US/docs/Learn/Forms/HTML5_input_types)
    - Request validations supported:
        - required, in, image, min, max, string, email, number, date, exists, nullable, unique, comfirmed

License
-------

[](#license)

[MIT License](./LICENSE)

Support
-------

[](#support)

You can support me at [Github Sponsors](https://github.com/sponsors/Msramdan), [Ko-fi](https://ko-fi.com/mzulfahmi) or [Saweria](https://saweria.co/msramdan)

[![Buy Me A Coffee](https://camo.githubusercontent.com/9f44ce2dc3b3eecdd02598900866ffc518801df1932849703dae1e5ce5031070/68747470733a2f2f7777772e6275796d6561636f666665652e636f6d2f6173736574732f696d672f637573746f6d5f696d616765732f6f72616e67655f696d672e706e67)](https://www.buymeacoffee.com/mzulfahmi)

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity19

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/25639f3ca8ffa391cb0d0f3a8ff97a188fc4b4bfd5b2c255ca07fedf8bcee7d2?d=identicon)[msramdan](/maintainers/msramdan)

---

Top Contributors

[![msramdan-spe](https://avatars.githubusercontent.com/u/250280888?v=4)](https://github.com/msramdan-spe "msramdan-spe (4 commits)")

### Embed Badge

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

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

PHPackages © 2026

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