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

Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge. Glimpse streamlines Laravel development by seamlessly deploying GitHub pull requests to preview environments with the help of Laravel Forge.
Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Shirts painstakingly handcrafted by under-caffeinated developers. Shirts painstakingly handcrafted by under-caffeinated developers.
Community Partners