How to test whether you installed composer successfully or not?
Steps
1) Open terminal
2) type composer
Steps
1) Open terminal
2) type composer
You should be able to view all these commands. If you have any error. Comment below.
Time to jump on Creating Laravel Project
Note: Before starting laravel project, make sure you have composer installed and it should be accessible globally.
Let's go:
Steps :->
- Open terminal
- Change directory to wamp/xamp [we need localhost as a server]
- type : laravel new project-name {project-name = your project name}