Documentation

Laravel Simple CRUD Generator

Need faster TDD in Laravel project? This is a simple CRUD generator 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 application.
How to install
Install the package with composer.
How to use
How ot use the package.
Available Commands
Available commands and options.
Model Attribute/Column
Model attributes or column generated by the package.
Views
The generated views are using bootstrap frontend framework.
For API
Generates API endpoints for model CRUD.
Config File
Configure the package with config file.
Publishing the stub files
Use your own stub files.
Screenshots
Some screenshots of the generated CRUD feature.
Generated Testing Suite
The feature and unit tests which are generated by the package.
License
The MIT License.