Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
karam-mustafa committed Oct 16, 2020
1 parent c37ba2c commit b30ddea
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@
apis generator was developed for [laravel 5.8+](http://laravel.com/) to accelerate your
work by building for you new api just a few clicks .

this package came with base controller which helps to handle some logic and generate response, and we will develop all functions that help developers to reduced development time,
and simple interface to manage api creations and view all api you had made before based on credential json file.
this package came with base controller which helps to handle some logic and generate response,
we will develop all functions that help developers to reduced development time,
simple interface to manage api creations process and view all api you had made before based on credential json file.

What this package build ?
-------------------------
this package auto build :
- Model : with fill fillable proerties based to what you insert.
- Request : with validations rules.
- Model : with fill fillable properties depending on the values you chose.
- Request : with validations rules and handle validation error message.
- Controller : with full crud process based on base controller.
- Resource : to get resources data from model.
- Migration : with auto generate for your database columns.
Expand All @@ -27,7 +28,7 @@ Features
--------
- Friendly simple interface to create your api with dark mode option using [Darkmode.js](https://github.com/sandoche/Darkmode.js).
- Giving you the choice to choose what to build.
- The large development space in the future update and we will add a lot features.
- The large development space in the future update.

Installation
------------
Expand Down Expand Up @@ -78,7 +79,7 @@ you can navigate to `{{ your base url }}/apis-generator/index`.

config options
----------------
> ## add middleware to package route
> ## add middleware to package routes
>
the initial package route middleware is `web`
if you want to add any custom middleware you can do that by add middleware keys in middleware arrays
Expand Down

0 comments on commit b30ddea

Please sign in to comment.