Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

First Release v1.0

Choose a tag to compare

@mitulgolakiya mitulgolakiya released this 23 Mar 19:18
· 204 commits to master since this release

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