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
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:
Finally, start our apache and MySql from Xampp control panel:
Success!
Navigate to localhost/blog/public/ and Laravel it's installed!
কোন মন্তব্য নেই:
একটি মন্তব্য পোস্ট করুন