Site Landing Page image
Simple CRUD Generator
A Laravel CRUD generator package, complete with automated testing suite.

About this Package

This package contains artisan make:crud commands to create a simple CRUD feature with test classes on our Laravel 5.5 (and later) application. This package is fairly simple, to boost test-driven development method on our laravel application.
Generate Model CRUD
Generate Model CRUD
Generating Create, Read, Update and Delete scaffolds for a model with policy object class and Bootstrap 4 or 3 views.
Generate Tests
Generate Tests
Generates feature test for CRUD operations, model and policy unit tests for the related CRUD feature of model.
Generate API Endpoints
Generate API Endpoints
Generates API endpoints for Create, Read, Update and Delete a model along with the feature and unit tests.