Our team is switching from CodeIgniter to Laravel as PHP framework. I'm currently in the learning process of using this framework and I can say that if you used Ruby On Rails before, you will see some similarity on both. I also like it's Blade Templating System that makes the view more manageable.
Monday, December 23, 2013
Sunday, June 9, 2013
How To Fix icuuc46.dll File Missing Error On XAMPP
PROBLEM
Enabling plugin on XAMPP is
very easy, we only need to uncomment a line of codes on php.ini files and voila! It works!.
In my process of testing a new web application, it needed to run
multiple plugin. I test each plugin one by one unfortunately, one plugin
did not successfully run as expected. It displays an error box where it
appears that XAMPP can't find some DLL files, the php_intl.dll to be specific (view actual error below).

