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

ActiveLibrary[Admin Panels](/categories/admin)

laravision/crud
===============

Laravion crud generater package for laravel framework

v1.2(8y ago)031MITPHP

Since Jun 25Pushed 8y agoCompare

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

READMEChangelogDependenciesVersions (7)Used By (0)

Laravision Crud system (v1.2)
=============================

[](#laravision-crud-system-v12)

[![Version](https://camo.githubusercontent.com/c2bca8b6b5fad322bf2433f5593daaa0568685edd1dc754921aae122fbc4232d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c617261766973696f6e2f637275642e737667)](https://packagist.org/packages/laravision/crud)[![License](https://camo.githubusercontent.com/17486dc02dd4a41045cd6a264bbb93a42810058aeb19bec8972e68a3aebce37b/68747470733a2f2f706f7365722e707567782e6f72672f6c617261766973696f6e2f637275642f6c6963656e73652e737667)](https://packagist.org/packages/laravision/crud)[![Total Downloads](https://camo.githubusercontent.com/226879448d12c5a2de90d0e14779af462281c6a598da24058acfcc36340bd878/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c617261766973696f6e2f637275642e737667)](https://packagist.org/packages/laravision/crud)

Quickly build crud system , controller , models and views using Laravel 5. This package expects that you are using Laravel 5.4 or above.

[![Laravision Crud](https://camo.githubusercontent.com/caf6f67816b1e77424b1d8e46237a6e17da26ca3014abd5c2f85f8d1b799a6d8/68747470733a2f2f7332352e706f7374696d672e6f72672f786d6f6a746f316c722f63727564322e706e67)](https://github.com/laravision/crud/)

Install
-------

[](#install)

In order to install Laravel 5.\* Laravision Crud :

1. You will need to import the laravision/crud package via composer:

```
composer require laravision/crud
```

2. Add the service provider to your `config/app.php` file within the `providers` key:

```
// ...
'providers' => [
    /*
     * Package Service Providers...
     */

    Laravision\Crud\CrudServiceProvider::class,
],
// ...
```

Usage
-----

[](#usage)

- Create new CRUD :

```
php artisan make:crud post
```

- Create new CRUD with model :

```
php artisan make:crud post --model=Post
```

- Create new CRUD with out default views path :

```
php artisan make:crud post --view=admin/post
```

- fixed special controller namespace :

```
php artisan make:crud Admin/Post
```

Help
----

[](#help)

for more details about this package :

```
php artisan make:crud -h
```

[![Laravision Crud help](https://camo.githubusercontent.com/c6ad3f7c78e706d5792740de9f746ffd9b3dc46921aab1f4e16bfcedfab0147b/68747470733a2f2f7332352e706f7374696d672e6f72672f796e6f736973696c622f63727564312d68656c702e706e67)](https://github.com/laravision/crud/)

License
-------

[](#license)

Laravision Crud is free and open-sourced software distributed under the terms of the [MIT license](http://opensource.org/licenses/MIT).

Note
----

[](#note)

Please report any issue you find in the issues page.
Pull requests are welcome.

**Code By [Marwen Hlaoui](https://marwenhlaoui.me)**

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity67

Established project with proven stability

 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

Every ~32 days

Total

5

Last Release

3110d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4b61e761fe157cfa7161587e576d17b48b88a969e915959366b8c850c5017cbd?d=identicon)[marwenhlaoui](/maintainers/marwenhlaoui)

---

Top Contributors

[![marwenhlaoui](https://avatars.githubusercontent.com/u/7149833?v=4)](https://github.com/marwenhlaoui "marwenhlaoui (12 commits)")

---

Tags

crudframeworklaravellaravel-crudlaravel5packagephp

### Embed Badge

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

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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