PHPackages                             crudbooster/custom - 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. [Admin Panels](/categories/admin)
4. /
5. crudbooster/custom

ActiveVcs[Admin Panels](/categories/admin)

crudbooster/custom
==================

CRUDBooster Is A New Way Laravel CRUD Generator. It's easy, fleksible, and powerful.

2.0.2(7y ago)07501MITJavaScriptPHP &gt;=5.6

Since Dec 10Pushed 7y ago1 watchersCompare

[ Source](https://github.com/dev-roshan/crudbooster-c)[ Packagist](https://packagist.org/packages/crudbooster/custom)[ RSS](/packages/crudbooster-custom/feed)WikiDiscussions develop Synced 2mo ago

READMEChangelog (10)Dependencies (6)Versions (17)Used By (0)

Welcome To CRUDBooster
======================

[](#welcome-to-crudbooster)

CRUDBooster is CRUD Generator for laravel, with the most important features web application development. It's easy, flexible, and powerful.

System Requirement and Basic Technical Knowledge
------------------------------------------------

[](#system-requirement-and-basic-technical-knowledge)

- Web Server as:
    - Apache 2.4.x or higher with rewrite engine on (mod\_rewrite)
    - Nginx 1.11.x or higher
- Database that laravel supports, actually can be:
    - MySQL
    - Postgres
    - SQLite
    - SQL Server
- Composer
- Laravel 5.3.x or higher
- Php 5.6.x or higher and the extensions:
    - Mcrypt
    - OpenSSL
    - Mbstring
    - Tokenizer
    - FileInfo

How To Install
--------------

[](#how-to-install)

1. Open the terminal, navigate to your project directory.

```
$ composer require crudbooster/custom
```

2. Add the following class, to "providers" array in the file **config/app.php**

```
crocodicstudio\crudbooster\CRUDBoosterServiceProvider::class,
```

3. Setting the database configuration, open .env file at project root directory

```
DB_DATABASE=**your_db_name**
DB_USERNAME=**your_db_user**
DB_PASSWORD=**password**

```

4. Run the following command at the terminal

```
$ php artisan crudbooster:install
```

Backend URL
-----------

[](#backend-url)

```
/admin/login
```

- default email :
- default password : 123456

What's Next
-----------

[](#whats-next)

- [How To Create A Module (CRUD)](./how-to-create-module.md)

Table Of Contents
-----------------

[](#table-of-contents)

- [Back To Index](./index.md)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~29 days

Recently: every ~18 days

Total

14

Last Release

2698d ago

Major Versions

1.9 → 2.0.12018-12-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/4e7a5d39f03a72587aab059a023ef9ea7459fa157b7433f8ee0e9cf593ae3c11?d=identicon)[dev-roshan](/maintainers/dev-roshan)

---

Top Contributors

[![sandeshsays](https://avatars.githubusercontent.com/u/43719?v=4)](https://github.com/sandeshsays "sandeshsays (8 commits)")[![dev-roshan](https://avatars.githubusercontent.com/u/24985932?v=4)](https://github.com/dev-roshan "dev-roshan (2 commits)")

---

Tags

laravelgeneratorcrudcrudbooster

### Embed Badge

![Health badge](/badges/crudbooster-custom/health.svg)

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

PHPackages © 2026

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