[go: up one dir, main page]

Skip to content

chandrakantapanda/Laravel-Shopping-Add-to-Cart

Repository files navigation

Build Status Total Downloads Latest Stable Version License

Laravel Shopping Add to Cart

After clone you can run it

how to achieve follow a few steps

Getting Started

  1. Clone the repository and install composer packages by running:
composer update 
  1. Create .env file from env.example
copy .env.example .env
  1. Generate Application Key for your application.
php artisan key:generate
  1. Run migration for create users table, admins tables : otherwise import the db file to your local db
php artisan migrate --seed
  1. Run your Laravel application
    php artisan serve
  1. Go to http://127.0.0.1:8000/

Releases

No releases published

Packages

No packages published

Languages