Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 550 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 550 Bytes

Laravel Marcho Ecommerce

This is my project Laravel Marcho Ecommerce.

You can see demo here: https://polar-river-64212.herokuapp.com/

Used

  • Laravel - php framework
  • Bootstrap
  • JQuery

Installation

$ git clone
$ composer install
$ cp .env.example .env
$ php artisan key:generate
    setup DB in .env
$ php artisan migrate --seed
$ npm install
$ npm run dev

Dev by xdorro, doremon04.