File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,17 @@ The project was developed in Windows 8.1 Operating System.
1818
1919Step 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
2525Step 3: rename example.env to .env
2626
2727Step 4: Run "composer install" to install the vendor files.
2828
2929Step 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
3333Step 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
38381 . composer global require "laravel/installer"
3939
40- 2 . laravel new aligent
40+ 2 . laravel new laraveldatecmp
4141
42423 . composer install
4343
You can’t perform that action at this time.
0 commit comments