Showing posts with label Laravel Project Setup. Show all posts
Showing posts with label Laravel Project Setup. Show all posts

Monday, April 11, 2016

How to test whether you installed composer successfully or not? 

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 :->
  1. Open terminal
  2. Change directory to wamp/xamp [we need localhost as a server]
  3. type : laravel new project-name {project-name = your project name}


Step 2: Start Laravel Project