florianbeer / shop

πŸ› A fully responsive, multi-language online shop system with order tracking and multiple categories.

Home Page:http://shop.42dev.eu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

42dev shop

A fully responsive, multi-language online shop system with order tracking and multiple categories.
Demosite: http://shop.42dev.eu

Custom integrations available via:

42dev shop admin backend

Installation

  • Check out repo, ensure directory permissions are correct (mostly: app/storage/ musst be writeable for the webserver user).

  • Run composer update

  • Set up your DB credentials in $WEB_ROOT/.env.php ``

    '127.0.0.1', 'DB_NAME' => 'shop', 'DB_USER' => 'shop', 'DB_PASSWORD' => 'mypassword' ];

``

  • Run php artisan migrate:refresh --seed --env=production to set up the database and fill it with sample data.

  • Add SetEnv APP_ENV production to your vhost configuration (if you use Apache) to set the correct environment.

About

πŸ› A fully responsive, multi-language online shop system with order tracking and multiple categories.

http://shop.42dev.eu


Languages

Language:PHP 43.1%Language:HTML 23.8%Language:JavaScript 21.2%Language:CSS 11.7%Language:ApacheConf 0.1%