Warning: The magic method SFML_Singleton::__wakeup() must have public visibility in /home/public/wp-content/plugins/sf-move-login/inc/classes/class-sfml-singleton.php on line 72
March 2016 – Thoughts, etc.

Thoughts, etc.

Tracking the occasional random walk

Month: March 2016

Testing routes with Laravel-Localization

2016-03-16 / 7 Comments

I recently added theĀ Laravel-Localization packageĀ (with Laravel 5.2) to a project I’m working on. Initial setup went smoothly, and I was impressed with how well things worked essentially out of the box. Then I tried to test my routes. I had previously made a test case that ran through all of my public routes and asserted … [Read more…]

Posted in: code Tagged: laravel