Add standard crud functionality to your laravel application
tychovbh/laravel-crud is a Laravel package for add standard crud functionality to your laravel application.
It currently has 0 GitHub stars and 2.841 downloads on Packagist (latest version 5.7).
Install it with composer require tychovbh/laravel-crud.
Discover more Laravel packages by tychovbh
or browse all Laravel packages to compare alternatives.
Last updated
Laravel CRUD is a small package which delivers out of the box CRUD actions like: index, show, store, update and delete. You only have to define your routes and point them to the CRUD Controller.
Read the full documentation here: https://laravel-crud.nl
Please see CHANGELOG for more information on what has changed recently.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.