Download the PHP package aboulhouda/crud without Composer
On this page you can find all versions of the php package aboulhouda/crud. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aboulhouda/crud
More information about aboulhouda/crud
Files in aboulhouda/crud
Download aboulhouda/crud
More information about aboulhouda/crud
Files in aboulhouda/crud
Vendor aboulhouda
Package crud
Short Description Crud laravel Created by IMAD ABOULHOUDA
License MIT
Package crud
Short Description Crud laravel Created by IMAD ABOULHOUDA
License MIT
Please rate this library. Is it a good library?
Informations about the package crud
Laravel Package for Crud Easy to use
php artisan make:crud Entity
In entity you need to add $guarded = ['id'];
Generate Controller and views (Create update,delete)
if you have relation you need to make name of table with _id like user_id automatique you will get User
select in your create and update views
have a nice coding
All versions of crud with dependencies
PHP Build Version
Package Version
Requires
doctrine/dbal Version
^3.3
The package aboulhouda/crud contains the following files
Loading the files please wait ....