Tag: bug

  • Laravel 5: .env APP_ENV not Being Read Properly and Quick Fix

    So I encountered an issue with Laravel 5 where your APP_ENV in the .env file might not be read. Even if you change it through the Homstead.yaml file, change /etc/php5/fpm/php-fpm.conf, change your .profile file, etc. you still may not see the variable properly reflected when doing something like var_dump($_SERVER) or examining the Application::Environment() function. This…

  • World of Warcraft: Annoying LFR Ji-Kun Bug

    Tonight I got into a reasonable LFR group for part 2 of Throne of Thunder. On the last boss, some warlocks ended up creating a mass of Demonic Gateways. Now, normally I would have thought that this would be a good way of handling the Down Draft and I might have tried a similar thing…