When setting up a web server, there are often sections of the site that you wish to restrict access to. Web applications often provide their own authentication and authorization methods. To get started, you will need access to an Ubuntu 14.04 server environment. You will need a non-root user with sudo privileges in order to perform administrative
Here is my “normal” config file and just “gets the task done”. Here’s my Updated File Where I have got the “Redirect non-www to www are the few lines where I have tried to make the changes done.
Open the file app.php file present in config directory at lool of your project. Go down the page and check Application Timezone where you will find " 'timezone' => 'UTC',
" Here you can add your timezone like " 'timezone' => 'Asia/Kolkata', "
I’m reading Clean Code, a technical book which is trying to explain to us what is the difference between Good and Bad code. Any code when written in a clean, easy to understand and formatted way is readily accepted and acclaimed by one and all. It is essential that the codes we write should be able to be