masoud5070 / api-routes
set api routes to laravel api file
1.0.1
2020-11-09 14:19 UTC
Requires
- illuminate/support: ~8
- laravel/framework: ^8.0
Requires (Dev)
- orchestra/testbench: ~5|~6
- phpunit/phpunit: ~9.0
This package is auto-updated.
Last update: 2025-01-09 23:49:43 UTC
README
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.