Home >> Laravel 5.x >> How can install laravel in Laravel 5.x

How can install laravel in Laravel 5.x

Before laravel install, you will need to make sure you have Composer installed on your system.

The Laravel framework requirements

1)-PHP >= 5.4, PHP < 7
2)-Mcrypt    PHP Extension
3)-OpenSSL   PHP Extension
4)-Mbstring  PHP Extension
5)-Tokenizer PHP Extension

Via Composer create-project

composer create-project laravel/laravel{directory} "5.0.*" --prefer-dist

In Ubuntu 777 permission of following folders-

1)-bootstrap

2)-storage

 

Post Your Comment

Next Questions
What is Composer
What is the Templating Engine
How can setup Environment Configuration
What is the Maintenance Mode
What is an artisan
What are databases supported
What is Routing
What is Middleware
What is Controllers

Copyright ©2022 coderraj.com. All Rights Reserved.