bss-taiphung / bss_puppy
Puppy bark
Installs: 38
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/bss-taiphung/bss_puppy
This package is not auto-updated.
Last update: 2025-10-26 01:20:33 UTC
README
#Puppy package for laravel 5
Quick start
In the require key of composer.json file add the following
"bss-taiphung/bss_puppy": "1.0.*"
Run the Composer update command
$ composer update
In your config/app.php add 'bss_taiphung\puppy\ServiceProviders\PuppyServiceProvider::class' to the end of the providers array
'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
'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