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
Written by Yari D'areglia
Related protips
1 Response
Please note bundle is not working in Laravel 4. Use composer instead.
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#