ribafs/crud-generator

Laravel CRUD Generator RibaFS

v1.5 2020-10-04 21:36 UTC

This package is auto-updated.

Last update: 2024-05-03 01:08:27 UTC


README

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/appzcoder/crud-generator

Changes

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
  • Errors views: 404, 402 and 500
  • and others

Requirements

Laravel >= 5.3
PHP >= 5.6.4

Installation

Em português

LEIAME.md

composer require ribafs/laravel-crud-generator --dev

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 Me

License

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