Ecommerce Complete Code Download

 

Step 1. Download Project and go in code directory:

cd ecommerce

Step 2. Install Dependencies:

composer install
npm install

Step 3. Environment Setup:

cp .env.example .env
php artisan key:generate

Update .env with your database credentials, PayPal settings, and social login configurations.

Step 4. Database Configuration:

php artisan migrate --seed

Note: The seeder will create the admin user. Alternatively, you can import database/e-shop.sql manually.

Step 5. Setup Storage:

php artisan storage:link

Step 6. Application Run:

php artisan serve

 Open http://localhost:8000

Admin Login Credentials:
Email: admin@gmail.com
Password: 1111

 

 

Download files
Please wait ...
If the download didn't start automatically, click here