It is an e-commerce website which is built as series in YouTube. Here the YouTube link to the whole series. I have made it free, so you can use it as you like.
You can support me by subscribing to my YouTube channel - Laratips.
If you want me to continue developing this package and want me to develop other similar series, then you help me financially by sending few bucks to my Wise account in Nepalese 🇳🇵 currency. Or you could also support me with "Super Thanks" on YouTube.
My Wise email: [email protected]
If you decide to support me, the please send me your twitter handle in mail so that I can shout-out about you on twitter.
git clone [email protected]:Laratipsofficial/Ecommerce.git ecommerce
cd ecommerce
cp .env.example .env
composer install
npm install && npm run dev
php artisan key:generate
php artisan migrate --seed
Then you can login by going to /admin/dashboard
route
You can find the login credentials in database/seeders/DatabaseSeeder.php
file