How to Install Laravel using Composer
Laravel Installation: How to Install Laravel using Composer
Laravel 5 Installation and Configuration
You will need to make sure your server meets the following requirements:- PHP >= 5.6.4
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
How to install Laravel using composer
- Open command Prompt (cmd).
- Go to project folder c:\xampp\htdocs\projects
- Type the following command in cmd and press enter:
- Wait for few minutes while your project is being installed……
After Successful installation, you will see the successful message at the end of terminal. - Now You can access your first project as : http://localhost/projects/myfirstproject/public/
composer create-project --prefer-dist laravel/laravel myfistproject