

If you are on MAC, the install location for XAMPP will be /Applications/XAMPP.

Download the version for OSX (Mac).įollow the steps to install the XAMPP. Download it from the apache friends official website. Install XAMPPįirst of all we need to download and install XAMPP. Make sure to Install the XAMPP with version >= 7.2.0. To learn more about the release of Laravel 8, check out the Laravel 8 release notes as well as the official upgrade guide if in case the above step does not work for you.Laravel 5.7 requires PHP version 7.1.3 or more, and some other extensions. With the release of Laravel 8, developers will be more able to create web applications that are efficient and easier to maintain. There’s no doubt that Laravel is one of the best for creating web applications.

In other words, you will need to remove the old Laravel and re-install the latest version. Then, use the following to install Laravel 8 composer global require laravel/installer Code language: Bash ( bash ) If you’re using an older version of Laravel like version 7, you can upgrade to Laravel 8 by running the following commands in your terminal: composer global remove laravel/installer Code language: Bash ( bash ) If you’re looking for an in-depth guide for creating a Laravel project, you may take a look at our full guide on how to create a Laravel project. php artisan serve Code language: Bash ( bash ) Once the command is done creating the project, you can use the following command to test your app in your localhost. The second way is by issuing the Composer create-project command in your terminal: composer create-project -prefer-dist laravel/laravel blog Code language: Bash ( bash ) The first one is by using the command from Laravel itself: laravel new blog Code language: Bash ( bash ) There are two ways to create a new Laravel 8 project.

Open your terminal and run the following command: composer global require laravel/installer Code language: Bash ( bash ) 4. Now that we have everything we need, we can start installing Laravel. It will also ask you for proxy settings but just ignore it. However, if you want to experience Laravel 8, then proceed reading as we’ll guide you on how to install Laravel version 8.Īfter downloading Composer, just run it and don’t tick the checkbox for the developer mode. If you don’t want to update your Laravel, you can always enjoy Laravel version 7 which gets another update on September 10th, 2020. Bugs are possible to be found on every version of Laravel. If the bugs are not yet fixed for the newest version, does that mean I should not install the new version? On September 8th of 2020, Laravel released its latest version which is Laravel 8, and if you still don’t know, Laravel releases a new version every six months. Laravel is one of the greatest PHP frameworks that you can use for creating web applications and if you’re still building your web applications through core PHP, then you’re giving yourself a ton of work.
