Blog Series: New Features in Laravel 5.1
This is a series of posts on New Features in Laravel 5.1.
-
Apr 28, 2015 | laravel, laravel 5.1Taylor's put up a new Laracast video about using the new Broadcasting tool in Laravel 5.1, which is a simple contract that al...
-
Jun 8, 2015 | laravel, laravel 5.1Laravel 5.1 introduces "Service Injection", the ability to "inject" an object into Blade templates. This means you can now re...
-
Jun 9, 2015 | laravel, laravel 5.1If you remember my blog post about Filter-style middleware in Laravel 5.0, middleware got a big bump in its importance and pr...
-
Jun 10, 2015 | laravel, laravel 5.1, artisanIf you're not familiar with Artisan commands, they're command-line functions that you can run to interact with your Laravel a...
-
Jun 11, 2015 | laravel, laravel 5.1, artisan, consoleYesterday we talked about the new signature syntax for Artisan commands. Today, let's take a look at the options Artisan com...
-
Jun 15, 2015 | laravel, laravel 5.1, testing, integration testingWhether or not you've written integration tests in Laravel before, you'll be pleased to hear that integration testing is more...
-
Jun 16, 2015 | laravel, laravel 5.1, testing, integration testingWhen you're testing your code, you often want to create a fake entry for one or more of your models. You may have tried this ...
-
Jun 19, 2015 | laravel, laravel 5.1, testing, integration testingContinuing in our series about testing and integration testing in Laravel 5.1, let's take a look at some new traits that are ...
-
Jul 7, 2015 | laravel, laravel 5.1Whoops! I missed a feature from my Laravel 5.1 review! It's now super easy to exclude specific routes from your CSRF middlew...
-
Jul 31, 2015 | laravel, laravel 5.1If you've ever run a SaaS (or put any web site with comments or signups on the Internet for any length of time), you've exper...
-
Sep 9, 2015 | acl, laravel, laravel 5.1, authorizationThe authentication that Laravel provides out-of-the-box makes it simple to get user signup, login, logout, and password reset...
Comments? I'm @stauffermatt on Twitter