ribafs/crud-generator is a Laravel package for laravel crud generator.
It currently has 0 GitHub stars and 84 downloads on Packagist (latest version 1.9).
Install it with composer require ribafs/crud-generator.
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/appzcoder/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/laravel-crud-generator --dev
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