How to create new sudo user ubuntu (Linux)

To create a new sudo user in linux, you need to log in with the root user. What is a sudo user? Before creating a user we will first discuss some basics about the sudo user in Linux. The sudo user is nothing but the user who has permission to run the Linux commands which […]

How to install Laravel on Linux server step-by-step guide

Install Laravel on Linux server step-by-step guide

What is Laravel Laravel is an open-source PHP framework, which uses the Modal View Controller architecture. The benefit of using framework over a plain PHP is that it removes the effort in writing code for common tasks. In the case of the Laravel framework, it eases the process of routing, authentication, sessions, cookies, caching, etc. […]