Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Antonin Januska:
Cool Stuff I Learned About Laravel 4
Aug 20, 2013 @ 17:41:34

In this new post to his site Antonin Januska shares some of the "cool stuff" he learned about Laravel 4 while he was working on a project using this recently released version.

I started using Laravel 4 for testing, hobby projects, and actual work (ha!) a couple of months back and was genuinely excited about the upgrades as well as features I wasn’t aware of from previous versions as well. So here goes...

On his list are things like: Composer and its easy-to-implement autoloading structure, overriding default fields, using "remember" to cache data from queries and database seeding. There's a few others in the list, each with some example code (though sometimes just one line) that shows it in action. If you'd like to find out more about the Laravel framework, check out the project's main site.

tagged: laravel4 features list learn

Link: http://antjanus.com/blog/web-development-tutorials/cool-stuff-i-learned-about-laravel-4


Trending Topics: