Set up virtual host

In this lesson, I’ll show you how to add a virtual host, but what will happen after adding a virtual host? Let me show you ….this will happen We shall be able to access our website using a domain name like this one bns.go, and it is convenient than typing …

Install Laravel

Now as we have Composer installed, it’s finally time to install Laravel and create our first Laravel project. Now if you take a look at the documentation, you will find two approaches using composer. Go to https://laravel.com/ and click on Documentation. Click here on ‘Installation’ inside ‘Getting Started’ of the …

Install Composer

We are going to use Composer to install Laravel, so let’s install Composer first. Composer is a dependency manager for PHP, you can download it from the website https://getcomposer.org/ Then follow the instructions of the installer to install Composer. Once the installation is complete, open the command prompt and run …