Crud laravel Created by IMAD ABOULHOUDA

v2 2022-07-02 17:28 UTC

This package is auto-updated.

Last update: 2024-03-30 00:24:46 UTC


README

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