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 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 Frameworks hinder innovationbyNickSeptember 5, 20132 comments Frameworks are designed to make programmers lives easier. How do they do that? They do that by getting…
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…
PProjects Note to selfbyNickMarch 26, 2013No comments If you’re using PDO and have a statement/database connection working but you’re still not getting any results, maybe,…
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…