The PHP framework for web artisans
Resources to getting up and running with Laravel. We all love Laravel framework its one of the best frameworks in php .Laravel is hugely driven by its community and its community has created many valuable learning resources online ,here is a list of articles,blogs,videos,presentations etc.
##Laravel Official
- [Laravel 4] (http://laravel.com/)
- [Laravel Docs] (http://laravel.com/docs)
- [Laravel Getting Started] (http://laravel.com/docs/quick)
- [Laravel Apis] (http://laravel.com/api/)
- [Laravel Github] (https://github.com/laravel/laravel)
- [Laravel Forum] (http://forums.laravel.io/)
- [Laravel Uncyclo] (http://wiki.laravel.io/)
- [Taylor Otwell] (https://twitter.com/taylorotwell) Creator of Laravel
- [Dayle Rees] (https://twitter.com/daylerees)
- [Shawn McCool] (https://twitter.com/ShawnMcCool)
- [Jeffrey Way] (https://twitter.com/jeffrey_way)
- [Jason Lewis] (https://twitter.com/jasonclewis)
- [Ben Corlett] (https://github.com/bencorlett)
- [Franz Liedke] (https://github.com/franzliedke)
- [Dries Vints] (https://github.com/driesvints)
- [Mior Muhammad Zaki] (https://github.com/crynobone)
- [Phil Sturgeon] (https://github.com/philsturgeon)
- And entire Laravel Community
##Laravel on Social
- [Laravel Twitter] (https://twitter.com/laravelphp)
- [Laravel Facebook Group] (https://www.facebook.com/groups/LaravelCommunity/)
- [Laravel on Reddit] (http://www.reddit.com/r/laravel/)
- [Php on Reddit] (http://www.reddit.com/r/PHP/)
##Laravel Books
- [Laravel: Code Bright] (https://leanpub.com/codebright) by [Dayle Rees] (https://twitter.com/daylerees)
- [Laravel Testing Decoded] (https://leanpub.com/laravel-testing-decoded) by [Jeffrey Way] (https://twitter.com/jeffrey_way)
- [Laravel: From Apprentice To Artisan] (https://leanpub.com/laravel) by [Taylor Otwell] (https://twitter.com/taylorotwell)
- [Implementing Laravel] (https://leanpub.com/implementinglaravel) by [Chris Fidao] (https://twitter.com/fideloper)
- [Getting Stuff Done with Laravel 4] (https://leanpub.com/gettingstuffdonelaravel) by [Chuck Heintzelman] (https://twitter.com/storychuck)
- [Laravel cheat Sheet] (http://cheats.jesse-obrien.ca/) by [Jesse Obrien] (https://github.com/JesseObrien)
- [Laravel Registry] (http://registry.autopergamene.eu/) by [Maxime Fabre] (https://github.com/Anahkiasen)
- [Laravel Community] (http://laravel.io/)
- [Laracasts] (https://laracasts.com/)
- [Laravel 4 Blade Syntax Highlighter] (https://github.com/Medalink/Laravel-Blade)
- [Laravel 4 snippets] (https://github.com/bliker/laravel4-snippets)
- [Laravel on StackOverflow] (http://stackoverflow.com/questions/tagged/laravel)
- [Taylor Otwell - Building Artisan Commands ] (https://www.youtube.com/watch?v=fGwnCWfzLRI)
- [Fabien Potencier - Standardization, the Symfony Way ] (https://www.youtube.com/watch?v=0erGiEm07b8)
- [Laravel 4 Update] (http://vimeo.com/63892510)
- [Laravel 4 - Basic Routing & Composers] (http://vimeo.com/52867593)
- Laravel 4 - Controllers & Filters
- Laravel 4 - Migrations & Seeding
- [Laravel 4 - Eloquent Collections & Polymorphic Relations] (http://vimeo.com/53183075)
- [Laravel 4 - Error Handling] (http://vimeo.com/53445935)
- Laravel 4 - Mail
- [Laravel 4 - Iron.io Push Queues & Closures] (http://vimeo.com/64703617)
- [Laravel 4 - IoC Controller Injection & Unit Testing] (http://vimeo.com/53029232)
- [Laravel 4 - IoC Container Basics] (http://vimeo.com/53009943)
- Laravel 4 - Mail::queue and Mail::later
- [How to Setup Recurring Payments ] (http://net.tutsplus.com/tutorials/php/how-to-setup-recurring-payments/)
- [Combining Laravel 4 and Backbone] (http://net.tutsplus.com/tutorials/javascript-ajax/combining-laravel-4-and-backbone/)
- [Laravel 4: A Start at a RESTful API (Updated)] (http://net.tutsplus.com/tutorials/php/laravel-4-a-start-at-a-restful-api/)
- [How to Write Testable and Maintainable Code in PHP] (http://net.tutsplus.com/tutorials/php/how-to-write-testable-and-maintainable-code-in-php/)
- [Testing Laravel Controllers] (http://net.tutsplus.com/tutorials/php/testing-laravel-controllers/)
- [Laravel 4 Mastery] (http://net.tutsplus.com/tutorials/php/laravel-4-mastery/)
- [Pro Workflow in Laravel and Sublime Text] (http://net.tutsplus.com/tutorials/tools-and-tips/pro-workflow-in-laravel-and-sublime-text/)
- [Your One-Stop Guide to Laravel Commands] (http://net.tutsplus.com/tutorials/php/your-one-stop-guide-to-laravel-commands/)
- [Testing Like a Boss in Laravel: Models] (http://net.tutsplus.com/tutorials/php/testing-like-a-boss-in-laravel-models/)
- [Build Your First Admin Bundle for Laravel] (http://net.tutsplus.com/tutorials/php/build-your-first-admin-bundle-for-laravel/)
- [How to Setup Laravel 4] (http://net.tutsplus.com/tutorials/php/how-to-setup-laravel-4/)
- [What to Expect From Laravel 4] (http://net.tutsplus.com/tutorials/php/what-to-expect-from-laravel-4/)
- [Build Web Apps From Scratch With Laravel: Filters, Validations, and Files] (http://net.tutsplus.com/tutorials/php/build-web-apps-from-scratch-with-laravel-filters-validations-and-files/)
- [Build Web Apps from Scratch with Laravel – The Eloquent ORM] (http://net.tutsplus.com/tutorials/php/build-web-apps-from-scratch-with-laravel-the-eloquent-orm/)
- [What is MVC? (Model-View-Controller)] (http://culttt.com/2012/11/19/what-is-mvc-model-view-controller/)
- [Getting started with Laravel 4] (http://culttt.com/2013/04/29/getting-started-with-laravel-4/)
- [Laravel 4 Migrations] (http://culttt.com/2013/05/06/laravel-4-migrations/)
- [Setting up your first Laravel 4 Model] (http://culttt.com/2013/05/13/setting-up-your-first-laravel-4-model/)
- [Getting started with testing Laravel 4 Models] (http://culttt.com/2013/05/20/getting-started-with-testing-laravel-4-models/)
- [Laravel 4 Fixture Replacement with FactoryMuff] (http://culttt.com/2013/05/27/laravel-4-fixture-replacement-with-factorymuff/)
- [Creating the Twitter following model in Laravel 4] (http://culttt.com/2013/06/03/creating-the-twitter-following-model-in-laravel-4/)
- [Laravel 4 Eloquent Model Relationships] (http://culttt.com/2013/06/10/laravel-4-eloquent-model-relationships/)
- [Setting up Vagrant with Laravel 4] (http://culttt.com/2013/06/17/setting-up-vagrant-with-laravel-4/)
- [Creating a Laravel 4 package] (http://culttt.com/2013/06/24/creating-a-laravel-4-package/)
- [Setting up your first Laravel 4 Controller] (http://culttt.com/2013/07/01/setting-up-your-first-laravel-4-controller/)
- [Creating flexible Controllers in Laravel 4 using Repositories] (http://culttt.com/2013/07/08/creating-flexible-controllers-in-laravel-4-using-repositories/)
- [How to structure testable Controllers in Laravel 4] (http://culttt.com/2013/07/15/how-to-structure-testable-controllers-in-laravel-4/)
- [Getting started with Mockery] (http://culttt.com/2013/07/22/getting-started-with-mockery/)
- [Creating Laravel 4 Validation Services] (http://culttt.com/2013/07/29/creating-laravel-4-validation-services/)
- [Extending Eloquent in Laravel 4] (http://culttt.com/2013/08/05/extending-eloquent-in-laravel-4/)
- [Building out RESTful Controller methods in Laravel 4] (http://culttt.com/2013/08/12/building-out-restful-controller-methods-in-laravel-4/)
- [Creating forms in Laravel 4] (http://culttt.com/2013/08/19/creating-forms-in-laravel-4/)
- [Routing in Laravel 4] (http://culttt.com/2013/08/26/routing-laravel-4/)
- [Using Blade in Laravel 4] (http://culttt.com/2013/09/02/using-blade-laravel-4/)
- [Registration and Authentication in Laravel 4] (http://culttt.com/2013/09/09/registration-authentication-laravel-4/)
- [How to use Laravel 4 Filters] (http://culttt.com/2013/09/16/use-laravel-4-filters/)
- [Password reminders and reset in Laravel 4] (http://culttt.com/2013/09/23/password-reminders-reset-laravel-4/)
- [Laravel 4 – simple website with backend tutorial – Part 1] (http://www.codeforest.net/laravel4-simple-website-with-backend-1)
- [Laravel 4 tutorial – simple website with backend – Part 2] (http://www.codeforest.net/laravel-4-tutorial-part-2)
- [Laravel 4 tutorial – validation and front end – part 3] (http://www.codeforest.net/laravel-4-tutorial-validation-frontend)
- [Laravel 4 images, themes and error pages - part 4] (http://www.codeforest.net/laravel-4-images-themes-and-error-pages)
- [Creating a Subscription-Based Website with Laravel and Recurly, Part 1] (http://www.sitepoint.com/creating-subscription-based-website-laravel-recurly-1/)
- [Creating a Subscription-Based Website with Laravel and Recurly, Part 2] (http://www.sitepoint.com/creating-subscription-based-website-laravel-recurly-2/)