PHPackages                             mwguerra/crud-artisan - 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. mwguerra/crud-artisan

ActiveLibrary[Framework](/categories/framework)

mwguerra/crud-artisan
=====================

A Laravel package to generate CRUD controllers and Vue components for Inertia.js

0.0.1(2y ago)02MITPHPPHP ^7.3|^8.0

Since Feb 17Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mwguerra/crud-artisan)[ Packagist](https://packagist.org/packages/mwguerra/crud-artisan)[ RSS](/packages/mwguerra-crud-artisan/feed)WikiDiscussions main Synced yesterday

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

CRUD Artisan by mwguerra
========================

[](#crud-artisan-by-mwguerra)

CRUD Artisan is a Laravel package designed to accelerate development by simplifying the creation of CRUD (Create, Read, Update, Delete) operations. With a series of intuitive Artisan commands, developers can generate models, controllers, views, and routes for their application's entities, focusing more on developing unique features rather than boilerplate code.

Features
--------

[](#features)

- Generate complete CRUD operations with a single command.
- Customizable templates for views, models, and controllers.
- Support for Laravel's latest versions.
- Easy integration into existing Laravel projects.
- Configuration options to tailor the CRUD operations to your project's needs.

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

[](#installation)

You can install the package via Composer. Run the following command in your Laravel project:

```
composer require mwguerra/crud-artisan
```

After installation, publish the package's configuration file to customize the templates and settings:

```
php artisan vendor:publish --provider="Mwguerra\CrudArtisan\CrudArtisanServiceProvider"
```

Usage
-----

[](#usage)

To create a complete CRUD for an entity, run:

```
php artisan make:crud NameOfYourEntity
```

This command will generate:

- A Model for the entity.
- A Controller with methods for creating, reading, updating, and deleting the entity.
- Views for each of the CRUD operations.
- Routes for accessing the CRUD operations.

### Customizing Templates

[](#customizing-templates)

You can customize the templates used for generating views, models, and controllers by editing the published configuration file and the template files in the `resources/views/vendor/crud-artisan` directory.

Configuration
-------------

[](#configuration)

The `config/crud-artisan.php` file allows you to define defaults and behaviors for the CRUD generation. You can specify namespaces, paths, and template specifics.

Contributing
------------

[](#contributing)

Contributions are welcome and will be fully credited. Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

License
-------

[](#license)

The CRUD Artisan package is open-sourced software licensed under the [MIT license](LICENSE.md).

Support
-------

[](#support)

If you have any questions or encounter issues, please open an issue on the GitHub repository.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

868d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/27717982?v=4)[Marcelo Guerra](/maintainers/MWGuerra)[@mwguerra](https://github.com/mwguerra)

---

Top Contributors

[![mwguerra](https://avatars.githubusercontent.com/u/27717982?v=4)](https://github.com/mwguerra "mwguerra (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mwguerra-crud-artisan/health.svg)

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

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M306](/packages/laravel-horizon)[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)[illuminate/routing

The Illuminate Routing package.

1419.2M3.0k](/packages/illuminate-routing)[laravel/surveyor

Static analysis tool for Laravel applications.

86121.4k13](/packages/laravel-surveyor)

PHPackages © 2026

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