Skip to content

🛍️ nDolish is an innovative ecommerce platform that offers a seamless shopping experience.

License

Notifications You must be signed in to change notification settings

Remonhasan/laravel-ecommerce

Repository files navigation

nDolish

About nDolish

An innovative laravel ecommerce example that offers a seamless shopping experience using laravel 10x. Features :

Installation

  1. Clone the repository, install the dependencies and start the application
git clone https://github.com/Remonhasan/nDolish.git
  1. Install Composer
composer install
  1. Rename or copy .env.example file to .env
  2. Generate key
php artisan key:generate
  1. Set your database credentials in your .env file
  2. Set your Stripe credentials in your .env file. Specifically STRIPE_KEY and STRIPE_SECRET
  3. Run migrations
php artisan migrate
  1. Run db::seed
php artisan db::seed 
  1. use the laravel pagination for using pagination.
php artisan vendor:publish --tag=laravel-pagination
  1. Run dev dependencies
npm install 
npm run dev
  1. Run project
php artisan serve

License

The Laravel framework is open-sourced software licensed under the MIT license.

Made with 💙 for Laravel and JavaScript !