Package Data | |
---|---|
Maintainer Username: | WordpressDev |
Maintainer Contact: | rislam.ngn@gmail.com (Rafique) |
Package Create Date: | 2013-09-08 |
Package Last Update: | 2013-10-07 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-19 03:20:52 |
Package Statistics | |
---|---|
Total Downloads: | 166 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 3 |
Total Forks: | 0 |
Total Open Issues: | 0 |
====================
Embedly PHP api integration for laravel 4
{
"require": {
"rafpro/embedly-l4": "dev-master"
}
}
"embedly/embedly-php": "dev-master"
Then, in config/app.php add this line to your 'providers' array.
'Rafpro\EmbedlyL4\EmbedlyL4ServiceProvider',
Then, to install it's configuration file.
php artisan config:publish rafpro/embedly-l4