Skip to content

Commit 486a602

Browse files
authored
Update README.md
1 parent 8c1c18f commit 486a602

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ The project was developed in Windows 8.1 Operating System.
1818

1919
Step 1: Assumed the webserver is running and it supports above the stated configuration and other required configurations to run a Laravel project.
2020

21-
Step 2: Create a folder "aligent" and Unzip the compressed project folder.
21+
Step 2: Create a folder "laraveldatecmp" and Unzip the compressed project folder.
2222

23-
Say for example c:\xammp\htdocs\aligent
23+
Say for example c:\xammp\htdocs\laraveldatecmp
2424

2525
Step 3: rename example.env to .env
2626

2727
Step 4: Run "composer install" to install the vendor files.
2828

2929
Step 5: If everything works fine then you should be able to access the project by accessing the url(assuming the webserver is local):
3030

31-
http://localhost/aligent/public/questions
31+
http://localhost/laraveldatecmp/public/questions
3232

3333
Step 6: Click the link "Answers" to redirect to a form page. Input the parameters for the questions and get the results.
3434

@@ -37,7 +37,7 @@ Step 6: Click the link "Answers" to redirect to a form page. Input the parameter
3737

3838
1. composer global require "laravel/installer"
3939

40-
2. laravel new aligent
40+
2. laravel new laraveldatecmp
4141

4242
3. composer install
4343

0 commit comments

Comments
 (0)