ggzitha / Laravel_8_E_Commerce

A E-Commerce website. It's make with html5,css3,bootstrap5,laravel8. For authentication using jetstream and livewire

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel_8_E_Commerce

For enjoying the project in your computer please follow the following steps:

***you nedd to intall xampp and composer

1.Download the project.

2.Unzip the project to the xampp>htdocs folder
3.Open xampp and start apache and mysql
4.Go to http://localhost/phpmyadmin/ and create a new databse name laravel8commercedb
5.Open your command prompt, change the directory to the project folder and run the following command
php artisan migrate
php artisan db:seed
php artisan serve

***for getting the admin access register a user then go to database then in users table edit the column utype USR to ADM

About

A E-Commerce website. It's make with html5,css3,bootstrap5,laravel8. For authentication using jetstream and livewire


Languages

Language:PHP 52.9%Language:Blade 46.6%Language:Shell 0.6%