Steps to download and run E-commerce Project in Laravel 5.6 / 5.7 are as below :-
1) Open below GitHub link and download the project from below link :-
https://github.com/stackdevelopers/ma...
2) After downloading, unzip the project and saved into your Apache server. In my case, I download in my Xampp htdocs folder as shown in the video.
3) Now you can copy the database of E-commerce Project from below link and add offline in your PHPMyadmin.
https://github.com/stackdevelopers/ma...
Or
Simply download sample.sql file located at the root of the downloaded files.
In my case, I added database with name "ecom100" and import downloaded sample.sql file into there.
4) Now open .env file located at root and update database, username and password like below :-
DB_DATABASE=ecom100
DB_USERNAME=root
DB_PASSWORD=
You can give Password if you have set any for your PHPMyadmin.
5) Now run project with below Laravel artisan command :-
php artisan serve
E-commerce project must be running now successfully with below Front/Admin links.
Front Link :- http://127.0.0.1:8000/
Admin Link :- http://127.0.0.1:8000/admin
Username :- admin
Password :- 1234567
Make sure to follow Laravel E-commerce/Admin Playlist to understand the complete E-commerce Project up till Part 100 :-
• Make Admin Panel / E-commerce Website in L...
Continue watching future videos to make E-com Project error free and for more advance features.
Thanks for watching :)