Skip to content

Latest commit

 

History

History
67 lines (44 loc) · 1.86 KB

readme.md

File metadata and controls

67 lines (44 loc) · 1.86 KB

ApiRoutes

Latest Version on Packagist Total Downloads

set api routes to laravel api file

Installation

Via Composer

$ composer require masoud5070/api-routes

If you do not run Laravel 5.5 (or higher), then add the service provider in config/app.php:

Masoud5070\ApiRoutes\ApiRoutesServiceProvider,

Usage

use /test uri to get information by GET method and with POST method you should set name field then send request.

Configuration

for change default configuration you can publish config file by command below:

$ php artisan vendor:publish --tag=config

Change log

Please see the changelog for more information on what has changed recently.

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email author email instead of using the issue tracker.

Credits

License

license. Please see the license file for more information.