How To Fix – Mcrypt PHP extension required in Laravel on Mac OS X (No MAMP)
Laravel PHP web framework requires certain libraries to function properly. One of these libraries is the mcrypt and the php-mcrypt (bridge between mcrypt and php)....
Laravel PHP web framework requires certain libraries to function properly. One of these libraries is the mcrypt and the php-mcrypt (bridge between mcrypt and php)....
Installing php-mcrypt should be a cakewalk on Mac OS X with brew using the command “brew install php54-mcrypt” but at times things do not work...
So its that time of the New Year when you have to change the dates in the footer next to the copyright symbol on your...
User inputted data is something that should always be necessarily validated at the server side before storing it in the database. In this article we...
CakePHP is a fantastic framework that lets you build any website from grounds up and that too very quickly. Although CakePHP provides all the built-in...
Sometimes installing PHP via the regular method does not help you install PHP properly and even after following the standard methods of installing all you...