Laravel E-commerce

Laravel-Ecommerce

Report Bug · Request Feature

Installation

  1. Clone the repo

    git clone https://github.com/alijumaan/laravel-ecommerce.git
  2. Install Composer packages

    composer install
  3. Copy the environment file & edit it accordingly

    cp .env.example .env
  4. Generate application key

    php artisan key:generate
  5. Create Database then migrate and seed

    php artisan migrate --seed
    
    
  6. Linking Storage folder to public

    php artisan storage:link
  7. Compile all your assets including a source map

    npm install && npm run dev
  8. Serve the application

    php artisan serve
  9. Configuration email

    add mail configuration in .env

Permission folder

sudo chmod -R 777 settings.json

Notes

if you need countries, states, cities data (change database in public/ecommerce_world.sql line 22)

Contact