PHPackages                             cyberelysium/ce-crud - 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. cyberelysium/ce-crud

ActiveLibrary[Framework](/categories/framework)

cyberelysium/ce-crud
====================

Generate files for Crud process in laravel

018CSS

Since Mar 31Pushed 2y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

CE-CRUD for Laravel
===================

[](#ce-crud-for-laravel)

CE-CRUD is a comprehensive Laravel package designed to streamline the creation of CRUD (Create, Read, Update, Delete) operations in your Laravel applications. With a focus on domain-driven design, CE-CRUD simplifies the process of setting up models, migrations, controllers, services, and facades with minimal effort.

Features
--------

[](#features)

- **Easy Installation**: Set up CE-CRUD with a simple Composer command.
- **Automatic Setup**: Quickly generate the necessary directory structure for domain-driven design, including Facades and Services.
- **CRUD Generation**: Generate models, migrations, controllers, service files, and facades for your entities with a single command.
- **Customizable Templates**: Use `.stub` files for easy customization of generated files.

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

[](#installation)

To install CE-CRUD, run the following command in your Laravel project:

`composer require cyberelysium/ce-crud`

After installation, publish the package's configuration:

`php artisan vendor:publish --provider="Cyberelysium\CeCrud\CeCrudServiceProvider"`

Run the initialization command:

`php artisan install:ce-crud`

This command sets up the necessary directory structure and updates your composer.json to support domain-driven design in your project.

Then Please run this command to refresh autoload :

`composer dump-autoload`

Usage
-----

[](#usage)

Generating CRUD Operations To generate CRUD operations for an entity, use:

`php artisan make:ce-crud EntityName`

#### This will create:

[](#this-will-create)

A model named EntityName A corresponding migration A controller named EntityNameController A service file in domain/Services/EntityNameService.php A facade file in domain/Facades/EntityNameFacade.php

Example
-------

[](#example)

`php artisan make:ce-crud Banner`

Customization
-------------

[](#customization)

You can customize the templates used for generating services and facades by editing the .stub files located in the stubs directory of the package.

License
-------

[](#license)

The CE-CRUD package is open-sourced software licensed under the MIT license.

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 Bus Factor1

Top contributor holds 89.5% 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/1e1edbbceb09fcf239b9638b0083391ddc207794d2fd79f4c4b769cf16441547?d=identicon)[klsameera](/maintainers/klsameera)

---

Top Contributors

[![klsameera](https://avatars.githubusercontent.com/u/67997714?v=4)](https://github.com/klsameera "klsameera (17 commits)")[![klsameerawad](https://avatars.githubusercontent.com/u/114043788?v=4)](https://github.com/klsameerawad "klsameerawad (2 commits)")

### Embed Badge

![Health badge](/badges/cyberelysium-ce-crud/health.svg)

```
[![Health](https://phpackages.com/badges/cyberelysium-ce-crud/health.svg)](https://phpackages.com/packages/cyberelysium-ce-crud)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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