levonliu/packages-for-laravel

packages for laravel

dev-master 2020-11-23 11:00 UTC

This package is auto-updated.

Last update: 2025-05-23 20:32:53 UTC


README

Installation and Configuration

Install the current version of the levonliu/packages-for-laravel package via composer:

$ composer require "levonliu/packages-for-laravel:dev-master" -vvv

Laravel

The package's service provider will automatically register its service provider.

Publish the configuration file:

php artisan vendor:publish --provider="Levonliu\Packages\Service\ServiceProvider" 
Alternative configuration method via .env file

After you publish the configuration file as suggested above, you may configure service packages by adding the following to your application's .env file (with appropriate values):

REQUEST_BASE_URI=
REQUEST_CURL_TIMEOUT=240
REQUEST_VERIFY=false