This repository was archived by the owner on Aug 9, 2022. It is now read-only.
First Release v1.0
This is the first release of Laravel API Generator which includes following features:
Features
- Generates following files
- Migration File
- Model (support for extended model - Thanks to @DarkaOnLine )
- Repository (optional)
- Controller
- View
- index.blade.php
- show.blade.php
- create.blade.php
- edit.blade.php
- fields.blade.php
- adjusts routes.php
- Full REST API Generator
- Full CRUD Generator with views for Model
- Fully configurable with namespaces and file locations