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-Ecommerce
composer install
cp .env.example .env
php artisan key:generate
npm install && npm run dev
or
yarn install && yarn run dev
php artisan migrate:fresh --seed
After 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