Skip to main content

Posts

Showing posts with the label Laravel

How to install LARAVEL5 with Xampp (Windows)

Hi,  Today I am with the installation guide of LARAVEL5 in windows. Step 1)  Requirements a) PHP >= 5.5.9 b) OpenSSL PHP Extension c) PDO PHP Extension d) Mbstring PHP Extension e) Tokenizer PHP Extension Step 2)  Install Xampp First of all, we need Xampp, so we can download it from the official page: Download Xampp Step 3)  INSTALL Composer If you've downloaded and installed Xampp, you need to install Composer.                 "Composer is a PHP package manager that is integrated with Laravel Framework.                  In Windows, we can install it easy going to the official page and download the installer." Composer Download page After installing it, open a Windows terminal and write composer. Step 4) Xampp Virtual Host    We will configure a Virtual Host in Xampp for a Laravel project, and in this example, we wa...