Laravel framework extensions
Yesterday I posted about Laravel – a PHP framework for developers that is quick to learn and implement.
Today I will summarize a list of extensions for Laravel that might be helpful in development of a real-world applications.
Sparkdown Bundle is simple bundle to provide Markdown and Markdown Extra functions.Details and download can be viewed here:
https://github.com/sparksp/laravel-markdown
https://github.com/sparksp/laravel-markdown
Markitup Bundle is a simple bundle to integrate markItUp! universal markup jQuery editorDetails and download can be viewed here:
http://bundles.laravel.com/bundle/markitup
http://bundles.laravel.com/bundle/markitup
Authority is a Role Based Access Control bundle for Laravel
http://vespakoen.github.com/authority-laravel/
http://vespakoen.github.com/authority-laravel/
Basset is a Better Asset class for the Laravel framework
https://github.com/jasonlewis/basset
https://github.com/jasonlewis/basset
Closure Compiler
http://bundles.laravel.com/bundle/closure-compiler
http://bundles.laravel.com/bundle/closure-compiler
PHPMailer Bundle, by Colin Viebrock
A Laravel PHPMailer bundle, installable via the Artisan CLI:
http://bundles.laravel.com/bundle/phpmailer
A Laravel PHPMailer bundle, installable via the Artisan CLI:
http://bundles.laravel.com/bundle/phpmailer
Laravel WordPress is a package for working w/ WordPress.
https://github.com/swt83/laravel-wordpress
https://github.com/swt83/laravel-wordpress
PHPThumb Laravel Bundle is an Image manipulation bundle based of PHPThumb
https://github.com/javiervd/phpthumb-bundle
https://github.com/javiervd/phpthumb-bundle
Mailchimp for LaravelPHP is a LaravelPHP package for working w/ Mailchimp.
https://github.com/swt83/laravel-mailchimp
https://github.com/swt83/laravel-mailchimp
Laravel menu is a Menu builder for Laravel
https://github.com/Vespakoen/laravel-menu
https://github.com/Vespakoen/laravel-menu
Update! : I’ve posted a list of real world projects done in Laravel, great way to learn from the source : https://maxoffsky.com/code-blog/laravel-applications-to-learn-from/
One comment