LaravelPackages.net
Acme Inc.
Toggle sidebar
ribafs/crud-generator-acl

Laravel CRUD Generator with ACL support

52
0
v1.15
About ribafs/crud-generator-acl

ribafs/crud-generator-acl is a Laravel package for laravel crud generator with acl support. It currently has 0 GitHub stars and 52 downloads on Packagist (latest version v1.15). Install it with composer require ribafs/crud-generator-acl. Discover more Laravel packages by ribafs or browse all Laravel packages to compare alternatives.

Last updated

Laravel CRUD Generator ACL

Build Status Total Downloads Latest Stable Version License

This Generator package provides various generators like CRUD, API, Controller, Model, Migration, View for your painless development of your applications.

This is a fork from

https://github.com/ribafs/laravel-crud-generator

Warning

This fork have changes to appzcoder/crud-generator:

  • Change html<td>{{ $loop->iteration }}</td> to html<td>{{ $item->id }}</td> in src/stubs/views/html/index.blade.stub
  • Change html<table class="table"> to html<table class="table table-sm"> in src/stubs/views/html/index.blade.stub
  • Change layouts/app.blade.php in laravel 8
  • Add orderBy() to controller
  • Add folder includes in publish/views
  • ACL to actions controller and to views
  • Errors views: 404, 402 and 500
  • and others

Requirements

Laravel >= 5.3
PHP >= 5.6.4

Installation

composer require ribafs/crud-generator-acl

Documentation

Go through to the detailed documentation

Screencast

Screencast

If you're still looking for easier one then try this Admin Panel

Author

Sohel Amin :email: Email Me

License

This project is licensed under the MIT License - see the License File for details

Comments