Crud Generator Laravel is a package that you can integrate into your Laravel to create a REAL CRUD : controller with all the code already written views (index, create, edit, show) model with relationships request file with rules migration file If you don't use Laravel Collective Form package in your project, install it: composer require laravelcollective/html

CRUD generator command: php artisan make:crud nameOfYourCrud "column1:type, column2" (theory) php artisan make:crud post "title:string, content:text" (for our example).

Add your Comment CRUD (with a column comment and a post_id) php artisan make:crud comment "comment:text, post_id:integer" Add your Tag CRUD (with a column name) php artisan make:crud tag "name"
Newsletter

Get the latest Laravel/PHP jobs, events and curated articles straight to your inbox, once a week

Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
Community Partners