Read More 1 minute read PProgramming Reminders MySQL/Laravel 5 migrations not working – SQLState 2002byNickJune 22, 2015No comments If you have recently installed MySQL via Homebrew and Laravel via Composer you may run into some trouble…
TTechnology MySQL Passwords and Failed LoginsbyNickNovember 9, 2014No comments Let’s break up the travel blog with a good old-fashioned tech post. I’ve been putting in some work…
GGeneral Using Laravel 3 on PHP 5.5byNickApril 9, 2014No comments If you try to run Laravel 3 on a server with PHP 5.5 and then attempt to make…
GGeneral Laravel labels have words uppercasedbyNickMarch 19, 2014No comments Today I learnt that Laravel will use: <?php uc_words(); ?> on any FormBuilder labels. This isn’t in the…
GGeneral Laravel Auth is so easybyNickFebruary 22, 2014No comments I love Laravel authentication. I was going to write a post about how to write a log out…
GGeneral Committing files once then ignoring them with GitbyNickFebruary 16, 2014No comments I’ve been working on ReviewMy.MP lately (RMMP). RMMP is a web application built in Laravel v4.1 that will allow…
GGeneral Laravel thoughtsbyNickApril 15, 2013No comments So I’ve been playing around with Laravel for a while at work building an event management app and…
GGeneral My Laravel Experiences So FarbyNickMarch 20, 2013No comments My Laravel experience is going well so far, I’ve learnt a lot about how MVC can work with…
TTutorials Laravel index.php appearing in URLbyNickFebruary 28, 2013No comments If you’re having trouble with a Laravel link looking like “localhost/index.php/my/path” you should edit your application.php file to…
PProjects Learning FrameworksbyNickFebruary 3, 2013No comments I was discussing with some people at work and found out that what a few people around the…