Simple steps to install Laravel | How to install Laravel | Create first project in Laravel

If you are new to Laravel and wanted to start with Laravel this article is very helpful for you. In this article I'm going to explain how you can install the Laravel on you System. Laravel have some requirements to work so make sure you meets with following requirements.

  • PHP >= 7.0.0
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension

After meeting these above requirements. Here are the steps to create your first project in Laravel.

1) Install composer

Install curl if you have not installed yet:

a) Global Installation: You can check composer by following command: b) Locally Installation:

2) Install Laravel

If you have installed composer globally: If you have installed composer locally:

* blog is the project name, you can change it according to your project name ...  Read More

Share This: