An innovative laravel ecommerce example that offers a seamless shopping experience using laravel 10x. Features :
- Multiple Authentication Laratrust.
- Category, Subcategory and Products.
- Search Products by Category.
- Cart and Checkout.
- Stripe Payment gateway.
- sslEcommerce Payment gateway
- Reports.
- User and admin panel.
- Clone the repository, install the dependencies and start the application
git clone https://github.com/Remonhasan/nDolish.git- Install Composer
composer install- Rename or copy
.env.examplefile to.env - Generate key
php artisan key:generate- Set your database credentials in your
.envfile - Set your Stripe credentials in your
.envfile. SpecificallySTRIPE_KEYandSTRIPE_SECRET - Run migrations
php artisan migrate- Run
db::seed
php artisan db::seed - use the laravel
paginationfor using pagination.
php artisan vendor:publish --tag=laravel-pagination- Run dev dependencies
npm install
npm run dev- Run project
php artisan serveThe Laravel framework is open-sourced software licensed under the MIT license.
Made with 💙 for Laravel and JavaScript !
