Read More 1 minute read TTechnology Running before_insert in Phoenix ElixirbyNickDecember 19, 2015No comments If you have a generated Phoenix model and you want to run a function before insert, something like…
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…
Read More 1 minute read PProgramming Reminders Laravel 5 “No tests found in TestCase” errorbyNickJune 22, 20154 comments If you’re running the default Laravel 5 tests with PHPUnit you might come across the above error. This…