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
This Generator package provides various generators like CRUD, API, Controller, Model, Migration, View for your painless development of your applications.
https://github.com/ribafs/laravel-crud-generator
This fork have changes to appzcoder/crud-generator:
html<td>{{ $loop->iteration }}</td> to html<td>{{ $item->id }}</td> in src/stubs/views/html/index.blade.stubhtml<table class="table"> to html<table class="table table-sm"> in src/stubs/views/html/index.blade.stubLaravel >= 5.3
PHP >= 5.6.4
composer require ribafs/crud-generator-acl
Go through to the detailed documentation
Sohel Amin :email: Email Me
This project is licensed under the MIT License - see the License File for details