PHPackages                             stalkdeveloper/laravel-crud-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. [Admin Panels](/categories/admin)
4. /
5. stalkdeveloper/laravel-crud-generator

ActiveLibrary[Admin Panels](/categories/admin)

stalkdeveloper/laravel-crud-generator
=====================================

Laravel CRUD generator package for API and Web with customizable Artisan command and built-in support for models, controllers, form validation, API resources and Blade views.

v1.0.0(10mo ago)45MITPHP

Since Jul 5Pushed 8mo agoCompare

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

READMEChangelogDependencies (1)Versions (2)Used By (0)

Laravel CRUD Generator
======================

[](#laravel-crud-generator)

[![Packagist Version](https://camo.githubusercontent.com/a45521d40bb6c18c3fa2ca2d5f4cb6c8f893c63e306a4252d9b791b1bd5d45c3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7374616c6b646576656c6f7065722f6c61726176656c2d637275642d67656e657261746f72)](https://packagist.org/packages/stalkdeveloper/laravel-crud-generator)[![License](https://camo.githubusercontent.com/a5b7897f5c7be5c637c7ccf555502aface32c58a4764faae16d2bb06b8b2f12d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7374616c6b646576656c6f7065722f6c61726176656c2d637275642d67656e657261746f72)](https://github.com/stalkdeveloper/laravel-crud-generator/blob/master/LICENSE)[![Stars](https://camo.githubusercontent.com/59e63023cc10143fc2eda946396ab2c7db700d49db1d2465f781a428665c8aa5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f7374616c6b646576656c6f7065722f6c61726176656c2d637275642d67656e657261746f72)](https://github.com/stalkdeveloper/laravel-crud-generator)

A powerful CRUD generator for Laravel that supports API, Web, and Repository pattern.

✨ Features
----------

[](#-features)

- Generate CRUD for Web/API/Both
- Repository Pattern support
- Customizable stubs
- Auto route registration
- PSR-4 structure
- Laravel 9+ compatible

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

[](#requirements)

```
Laravel >= 9.0
PHP >= 8.0.0

```

🚀 Installation
--------------

[](#-installation)

1. **Install via Composer**

    ```
    composer require stalkdeveloper/laravel-crud-generator

    ```
2. **Publish Configuration and Stubs**

    ```
    php artisan vendor:publish --tag=crud-generator-config

    ```
3. **(Optional) Customize Configuration**

    Edit `config/crud-generator.php` to customize namespaces, paths, and stub locations as per your project structure.

💻 Usage *To generate a basic Web CRUD:*

Web CRUD
========

[](#web-crud)

php artisan make:crud Post --web

API CRUD
========

[](#api-crud)

php artisan make:crud Post --api

Both Web &amp; API
==================

[](#both-web--api)

php artisan make:crud Post --all

With Repository
===============

[](#with-repository)

php artisan make:crud Post --repo

Force overwrite
===============

[](#force-overwrite)

php artisan make:crud Post --force

🏗 Repository Setup Add to AppServiceProvider.php:

public function register() { $this-&gt;app-&gt;bind( \\App\\Interfaces\\PostInterface::class, \\App\\Repositories\\PostRepository::class ); }

📂 Generated Structure (click to expand)app/ ├── Models/ │ └── Post.php ├── Http/ │ ├── Controllers/ │ │ ├── PostController.php │ │ ├── Web/ │ │ │ └── PostController.php │ │ └── Api/ │ │ ├── PostController.php │ │ └── ApiBaseController.php │ ├── Requests/ │ │ ├── PostRequest.php │ │ ├── Web/ │ │ │ └── PostRequest.php │ │ └── Api/ │ │ └── PostRequest.php │ └── Resources/ │ ├── PostResource.php │ └── PostCollection.php ├── Interfaces/ │ └── PostInterface.php ├── Repositories/ │ └── PostRepository.php resources/ └── views/ └── posts/ ├── index.blade.php ├── create.blade.php ├── edit.blade.php └── show.blade.php database/ └── migrations/ └── 202x\_xx\_xx\_xxxxxx\_create\_posts\_table.php

📜 License
---------

[](#-license)

This project is licensed under the MIT License - see the [LICENSE](https://github.com/stalkdeveloper/laravel-crud-generator/blob/main/LICENSE.txt) file for details.

🤝 Contributing
--------------

[](#-contributing)

Contributions, issues, and feature requests are welcome!
Feel free to check [issues page](https://github.com/stalkdeveloper/laravel-crud-generator/issues) or submit a pull request.

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details.

📬 Support
---------

[](#-support)

If you have any questions or need help, feel free to open an issue or contact me on [LinkedIn](https://www.linkedin.com/in/stalkdeveloper/).

---

Happy Coding! 🚀
Built with ❤️ by [Sunny Kumar](https://www.linkedin.com/in/stalkdeveloper/)

🌐 [Portfolio](https://stalkdeveloper.github.io/stalkdeveloper/)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance58

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 83.3% 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

Unknown

Total

1

Last Release

308d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e94e2da45aee1b8d5418b2c580fa1a2017931f1a333a5cc230beea97809bfb77?d=identicon)[stalkdeveloper](/maintainers/stalkdeveloper)

---

Top Contributors

[![sunnyhelpful](https://avatars.githubusercontent.com/u/157090514?v=4)](https://github.com/sunnyhelpful "sunnyhelpful (5 commits)")[![stalkdeveloper](https://avatars.githubusercontent.com/u/91655988?v=4)](https://github.com/stalkdeveloper "stalkdeveloper (1 commits)")

---

Tags

artisancrudgeneratorlaravellaravel-applicationlaravel-frameworklaravel-packagelaravel11open-sourcepackage

### Embed Badge

![Health badge](/badges/stalkdeveloper-laravel-crud-generator/health.svg)

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

###  Alternatives

[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)[takielias/tablar

Tablar: A Laravel Dashboard Preset Featuring Dark Mode and Dynamic Menu Generation for Effortless Navigation and Fast Development.

30817.7k3](/packages/takielias-tablar)[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

28618.2k3](/packages/sebastienheyd-boilerplate)[takielias/tablar-kit

The Elegance of Tablar Dashboard

413.4k](/packages/takielias-tablar-kit)[adminui/inertia-routes

A hybrid JS/PHP package adding Ziggy-routes functionality to your Laravel/Inertia/Vue3 application

183.2k](/packages/adminui-inertia-routes)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)

PHPackages © 2026

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