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,884 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,944 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 answer

How to remove composer sdk from laravel packages

Use  two blade page,one for create and other ...READ MORE

answered Oct 15, 2020 in Laravel by Niroj
• 82,800 points
2,135 views
0 votes
1 answer

How to download and install Lavavel framework?

Hey @kartik, First you must have xampp install ...READ MORE

answered Mar 17, 2020 in Laravel by Niroj
• 82,800 points
2,417 views
+1 vote
1 answer

How to make anchor tag with routing using Laravel?

Hey @kartik, First you have to go to ...READ MORE

answered Mar 18, 2020 in Laravel by Niroj
• 82,800 points
24,443 views
0 votes
1 answer

What is redirection in Laravel?

Named route is used to give specific ...READ MORE

answered Mar 18, 2020 in Laravel by Niroj
• 82,800 points
3,756 views
+1 vote
1 answer

What are named routes in Laravel and How can specify route names for controller actions?

Hey @kartik, Named routing is another amazing feature of ...READ MORE

answered Mar 23, 2020 in Laravel by Niroj
• 82,800 points
47,203 views