It almost sounds like a cliche´ when I say I love programming and like to pay tremendous attention to details. My biggest solo web application (a cricket club management tool – CMS) went live this weekend… controlled Beta. I thought I would finish this project during Christmas break. Little did I realize how vast this […]
PHP
[SOLVED] Laravel view won’t refresh
I encountered this issue where I was making changes to a view and yet the view would not refresh on the browser. I tried everything, namely, restarted MAMP, restarted my computer, deleted browser cache, used a different browser altogether … even turned off XCache in my php.ini file. Nothing solved the problem. The solution to […]
[Solved] Routes not working in Laravel 4 (MAMP)
I am using MAMP to develop a Laravel 4 application, i.e. using a Mac. If you are developing in Windows, you need to make slight variations here and there. Background: You have a Laravel 4 application called my_app running on MAMP. Everything works fine, i.e. you see the welcome page when you visit localhost:8888/my_app/public/ (I […]