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.example
file to.env
- Generate key
php artisan key:generate
- Set your database credentials in your
.env
file - Set your Stripe credentials in your
.env
file. SpecificallySTRIPE_KEY
andSTRIPE_SECRET
- Run migrations
php artisan migrate
- Run
db::seed
php artisan db::seed
- use the laravel
pagination
for using pagination.
php artisan vendor:publish --tag=laravel-pagination
- Run dev dependencies
npm install
npm run dev
- Run project
php artisan serve
The Laravel framework is open-sourced software licensed under the MIT license.
Made with 💙 for Laravel and JavaScript !