2017 © Pedro Peláez
 

library bss_puppy

Puppy bark

image

bss-taiphung/bss_puppy

Puppy bark

  • Friday, December 11, 2015
  • by bss-taiphung
  • Repository
  • 1 Watchers
  • 0 Stars
  • 28 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Puppy package for laravel 5

Quick start

In the require key of composer.json file add the following, (*1)

"bss-taiphung/bss_puppy": "1.0.*"

Run the Composer update command, (*2)

$ composer update

In your config/app.php add 'bss_taiphung\puppy\ServiceProviders\PuppyServiceProvider::class' to the end of the providers array, (*3)

'providers' => array(
    ...
    'bss_taiphung\puppy\ServiceProviders\PuppyServiceProvider::class',

),

At the end of config/app.php add 'Puppy' => bss_taiphung\puppy\Facades\PuppyFacade::class to the aliases array, (*4)

'aliases' => array(

    ...
    'Puppy'  => bss_taiphung\puppy\Facades\PuppyFacade::class,

),

Usage in detail

###Facade
Puppy::bark() => puppy is barking!
Puppy::run() => puppy is running!

###API 
GET /randomQuote  => Smile, breathe, and go slowly. - Thich Nhat Hanh

The Versions

11/12 2015

dev-master

9999999-dev

Puppy bark

  Sources   Download

by Tai Phung

10/12 2015

1.0.5

1.0.5.0

Puppy bark

  Sources   Download

by Tai Phung