Crud laravel Created by IMAD ABOULHOUDA

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/aboulhouda/crud

v2 2022-07-02 17:28 UTC

This package is auto-updated.

Last update: 2025-09-29 02:59:18 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