New Relic PHP Agent Issue with Laravel 5.2

By Mark Davidson on December 23rd, 2015
4

Just a quick post for those of you trying out Laravel 5.2 that was released the other day.

When running `composer create-project laravel/laravel l52 –prefer-dist` I was seeing after the `php artisan clear-compiled` was run.

[BadMethodCallException]
Method after does not exist.

After the install was completed running any artisan command resulted in this error as well. Read & Comment ›››

Laravel 5.1 – Quick Tip on Adopting PSR-2

By Mark Davidson on June 9th, 2015
0

Just a quick post to point out for those using Laravel 5.1 ( released today ) it is now using PSR-2 coding guidelines. It’s up to you if you want to adopt these guidelines, but an easy way to check your using them can be to tweak your IDE settings. There is a good guide on the basic settings here for PhpStorm. You can also read more about the Coding Style on the PHP Framework Interop Group page for PSR-2.

Posted in

Check out Lumen it’s Quite Illuminating

By Mark Davidson on April 14th, 2015
0

Lumen - The stunningly fast micro-framework by Laravel

Lumen has landed the new PHP framework from Taylor Otwell the creator of Laravel, with the aim of the framework being to create a great framework for producing lightning fast micro-services and APIs.

This post is really just to bring Lumen to the top of my list to talk about. I’m really excited by the framework, Laravel is so amazing and Lumen opens up a whole new level of possibilities.

So in future posts I’m going to talk about the comparison of Lumen with Laravel and then the comparison of Lumen with the other two major PHP micro-frameworks Silex and Slim 3.

In the mean while if your excited to learn more I’d recommend starting with reading the project site, the associated documentation, Matt Stauffer really excellent post and the Laravel News announcement.

Posted in