A Laravel library to abstract communication with api-files
composer require sysvale/api-files
- Publish the config file and it will be created as
apifiles.php
php artisan vendor:publish --tag apifiles-config
- Set URL and the access token
- Set up environment
docker-composer up -d
- Install dependencies
./docker-exec.sh composer update
- Run tests
./docker-exec.sh vendor/bin/phpunit