2017 © Pedro Peláez
 

library laravel-soundcloud

A Soundcloud Service Provider for Laravel 4

image

adavkay/laravel-soundcloud

A Soundcloud Service Provider for Laravel 4

  • Thursday, June 19, 2014
  • by adavkay
  • Repository
  • 1 Watchers
  • 4 Stars
  • 421 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 13 % Grown

The README.md

Soundcloud Service Provider for Laravel

A simple Laravel 4 service provider for including the PHP Soundcloud API, (*1)

Installation

The Soundcloud Service Provider can be installed via Composer by requiring the adavkay/laravel-soundcloud package., (*2)

Usage

To use the Soundcloud Service Provider, you must register the provider when bootstrapping your Laravel application., (*3)

Find the providers key in app/config/app.php and register the Soundcloud Service Provider., (*4)

    'providers' => array(
    // ...
    'Adavkay\Soundcloud\SoundcloudServiceProvider',
    )

You do not need to add an alias as I have done this in the service provider itself., (*5)

Config

Run php artisan config:publish adavkay/laravel-soundcloud and then update the published config file with your Soundcloud API credentials and redirect URI., (*6)

The Versions

19/06 2014

dev-master

9999999-dev

A Soundcloud Service Provider for Laravel 4

  Sources   Download

MIT

The Requires

 

by Avatar adavkay

laravel laravel 4 soundcloud