Skip to content

Tveng1337/api-client-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

200 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api-client-helpers

This is pack of helper class to make speedy api client work

Instalation

Edit composer.json, add

"minimum-stability": "dev",

Install package.

composer require wizz/api-client-helpers

edit config/app.php, add

Wizz\ApiClientHelpers\ApiClientHelpersServiceProvider::class,

to providers array.

use php artisan vendor:publish to publish api_configs.php file.

create upload and documents folders in public directory

Usage

it will just work

That's all.

All routes with prefix api will be proxy redirected to secret_url from .env file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors