রবিবার, ২২ মে, ২০১৬

Install Laravel on Windows with Xampp(লারাভেল ইনস্টল )

How To Install Laravel on Windows


Requirments:

  • PHP >= 5.5.9
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension

Install Xampp

First  we need to install Xampp, so we can download it from the official page: Download Xampp 

Composer

After you've downloaded and installed Xampp, we need to install Composer. Composer Download page
After install it, we can open a Windows terminal and write composer for execute the command:

Via Composer Create-Project

You can also see the documentation here
 install Laravel by issuing the Composer create-project command in your terminal:
composer create-project laravel/laravel blog "5.1.*"
When it finishes, it will create following directory schema:
Schema
Finally, start our apache and MySql from Xampp control panel:
Success!
Navigate to localhost/blog/public/ and Laravel it's installed!

কোন মন্তব্য নেই:

একটি মন্তব্য পোস্ট করুন