cd ecommercecomposer install
npm installcp .env.example .env
php artisan key:generateUpdate .env with your database credentials, PayPal settings, and social login configurations.
php artisan migrate --seedNote: The seeder will create the admin user. Alternatively, you can import database/e-shop.sql manually.
php artisan storage:linkphp artisan serve Open http://localhost:8000
Admin Login Credentials:
Email: admin@gmail.com
Password: 1111