{"repo":"mrmarchone/laravel-auto-crud","free":true,"listed":false,"github":"https://github.com/mrmarchone/laravel-auto-crud","clone":"git clone https://github.com/mrmarchone/laravel-auto-crud.git","description":"Laravel Auto CRUD Generator is a package that simplifies CRUD (Create, Read, Update, Delete) operations for your Laravel application. With a single command, you can generate all necessary files and logic for a selected model, reducing development time and effort.","language":"PHP","stars":308,"topics":["laravel"],"license":"MIT","category":"cli-tools","readme_excerpt":"Laravel Auto CRUD Generator Laravel Auto CRUD Generator is a package that simplifies CRUD (Create, Read, Update, Delete) operations for your Laravel application. With a single command, you can generate all necessary files and logic for a selected model, reducing development time and effort. Watch the Video on YouTube Features - Automatically detects models in the app/Models folder. - Provides an interactive CLI to select a model. - Generates controller, request validation, routes, views, and more. - Follows Laravel's best practices for clean and maintainable code. Installation You can install the package via Composer: Publish Configuration You can publish the configuration file via: Usage To generate CRUD operations for a model, use the following Artisan command: ⚠️ Warning Take care when you create a models outside app directory, because command will generate the folder structure in all folders like Controllers, Resources, Requests, etc. Example (Models Path) = AnotherModels/Models , this will generate files like this one app/Http/Controllers/AnotherModels/Models/ModelController.php Example: This will generate: - API Controller: - API Controller with Spatie Data (if applicable): - API Controller with Service (if applicable): - Web Controller: - Web Controller with Spatie Data (if applicable): - Web Controller with Service (if applicable): - Request: - Resource: - API Routes: - Web Routes: - Views (if applicable): - Create: - Edit: - Index: - View: - CURL (if applicable): - Y","default_branch":null,"files":null,"tree":[],"storefront":"/r/mrmarchone","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/mrmarchone/laravel-auto-crud/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}