Laravel Advance Ecommerce
1.0.0
It is a Laravel 8 blade template based demo project reflecting advance features of a single vendor ecommerce platform. Build with love and open source for developers.
cd Laravel-Advance-Ecommercecomposer installcp .env.example .env
php artisan key:generatenpm install && npm run devor
yarn install && yarn run devphp artisan migrate:fresh --seedAfter completing the migration and seeding of db, you will have 2 user ready for login in this project. A. Admin -> Admin Email -> [email protected] Pass -> 12345678
B. User -> User Email -> [email protected] Pass -> 12345678
Finally we are ready to run our project using this command
php artisan serve