2017 © Pedro Peláez
 

library laravel-leancloud

leancloud php sdk for laravel

image

lidelin/laravel-leancloud

leancloud php sdk for laravel

  • Thursday, November 2, 2017
  • by lidelin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 473 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 315 % Grown

The README.md

LeanCloud php for Laravel 5+

Require

  • Laravel 5+
  • leancloud php sdk

Installation

composer require lidelin/laravel-leancloud

In your config/app.php add this line to providers array:, (*1)

LDL\LeanCloud\Provider\LaravelServiceProvider::class,

For Laravel 5.5 package supports package discovery feature., (*2)

Then run the command to publish the config., (*3)

php artisan vendor:publish --provider="LDL\LeanCloud\Provider\LaravelServiceProvider" --tag=config

Configuration

add these lines to your .env file, (*4)

LEANCLOUD_APP_ID=
LEANCLOUD_APP_KEY=
LEANCLOUD_MASTER_KEY=
LEANCLOUD_API_SERVER=
LEANCLOUD_APP_ENV=production      # "production" for production envirenment

Usage

Documentation

More development detail see - LeanCloud 文档, (*5)

License

Source code is release under MIT license. Read LICENSE file for more information., (*6)

The Versions

02/11 2017

dev-master

9999999-dev

leancloud php sdk for laravel

  Sources   Download

MIT

The Requires

 

by Avatar lidelin

laravel leancloud

02/11 2017

v0.1.0

0.1.0.0

leancloud php sdk for laravel

  Sources   Download

MIT

The Requires

 

by Avatar lidelin

laravel leancloud