Download the PHP package kechujian/aliyun-oss-sdk-laravel without Composer
On this page you can find all versions of the php package kechujian/aliyun-oss-sdk-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package aliyun-oss-sdk-laravel
AliCloud OSS Service Provider for Laravel 5
README of Chinese
Make a Reference in Your Laravel Project
- Install the Laravel framework or the Lumen framework.
- Create a Laravel or Lumen project, depending on the framework you have installed.
-
In the composer.json file of the new project, insert the following code:
- Run the following command:
composer update
For the Laravel Project
-
Edit the vendor/aliyun-oss/aliyun-oss-php-sdk-laravel/config/config.php file as follows:
-
Edit the config/app.php file and register OSS Service Provider:
-
Edit the config/app.php file to insert an aliases segment.
- Edit the routes/web.php file as follows:
For the Lumen Project
-
Edit the vendor/aliyun-oss/aliyun-oss-php-sdk-laravel/config/config.php file as follows:
-
Edit the bootstrap/app.php file and register OSS Service Providers:
- Edit the routes/web.php file as follows:
Run the Test Case
-
Set the following environment variables:
- Switch to the project directory and run the following command:
php vendor/bin/phpunit
License
All versions of aliyun-oss-sdk-laravel with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
aliyuncs/oss-sdk-php Version ~2.2.1
illuminate/support Version ~5.1
laravel/framework Version ~5.2
aliyuncs/oss-sdk-php Version ~2.2.1
illuminate/support Version ~5.1
laravel/framework Version ~5.2
The package kechujian/aliyun-oss-sdk-laravel contains the following files
Loading the files please wait ....