#hosting #deployment #cpanel #php
Making an application live majorly depends on the type of hosting you are having along with the method to access you are provided for that hosting.
#functionality #log #cakephp #php
As you may know according to the default configuration of CakePHP the debug and error log is generated in the same file. But this can be changed in a few simple steps
If you are habitual of writing a formatted code don’t worry it’s a good habit but when sometimes you get to debug files which are not formatted what so ever. In that case, it’s a headache to get things done in that sort of files.
#functionality #authentication #cakephp #php
Although the authentication component of CakePHP 3 has made the life of a developer much easier but still there are some functionalities that are still needed to be done manually. One of them is login automatically if the users have checked for 'remember me'.
#sql injection #php #mysql #security
The inputs in Core PHP are venerable to what you call “SQL Injection”, to before putting them to use it’s a mandatory practice to sanitize them
#cli #deployment #composer #php #laravel
Deployment script for laravel project
There are a number of options available for purpose of blog creation but if you are a developer non of them are as satisfying as laravel wink.