How to install Laravel via composer

0 votes
How can i install laravel by artisian command through compser?

Thank you!!
Mar 23, 2020 in Laravel by kartik
• 37,520 points
3,895 views

1 answer to this question.

0 votes

Hello,

This is simple you just need to type the below command in your command promt after installing composer in your local system

You can install Laravel via composer by running below command.

composer create-project laravel/laravel your-project-name version

Hope this work Successfully Thank You!!

answered Mar 23, 2020 by Niroj
• 82,800 points

Related Questions In Laravel

0 votes
1 answer

How to install all required PHP extensions for Laravel?

Hello, Laravel Server Requirements mentions that BCMath, Ctype, JSON, Mbstring, OpenSSL, PDO, Tokenizer and XML extensions are required. Most the ...READ MORE

answered Apr 6, 2020 in Laravel by Niroj
• 82,800 points
23,948 views
+1 vote
1 answer

How to load blade or php content into a view via ajax/jquery in laravel?

Hello @kartik, Assuming you're using jQuery... create a route ...READ MORE

answered Apr 14, 2020 in Laravel by Niroj
• 82,800 points
29,118 views
0 votes
1