Last Updated: February 25, 2016
·
1.225K
· yariok

Dribbble Laravel Bundle

Laravel is a fantastic PHP Framework! and it has a great feature called Bundles.
With bundles you can group code in a convenient way and share it with other users.

Check the full list of available Bundles.

If you want to install a bundle from this list, you just write a command in your console:

php artisan bundle:install bundleName 

And know is time to promote my first attempt with bundles :P

I have created a Dribbble API wrapper that maps every available function and lets you access data trough a Static class:

Dribbble:shots("jumpzero");

or by URL

http://yoursite.com/dribbble/shots/jumpzero

And obviously you can install this bundle with artisan:

php artisan bundle:install dribbble

1 Response
Add your response

Please note bundle is not working in Laravel 4. Use composer instead.

over 1 year ago ·