masoud5070/api-routes

set api routes to laravel api file

1.0.1 2020-11-09 14:19 UTC

This package is auto-updated.

Last update: 2024-05-09 22:16:00 UTC


README

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.