Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.
/ pimcore-skeleton Public archive

🏆 Pimcore Skeleton with Docker, Webpack, Bootstrap and Vue 🤓

Notifications You must be signed in to change notification settings

elevantiq/pimcore-skeleton

Repository files navigation

Pimcore Skeleton for awesome Projects

This skeleton is the ultimative starting point for awesome Pimcore Projects.

It comes pre-installed with following features

  • Dachcom Pimcore Toolbox -> Extends the AreaBrick functionality of Pimcore
  • CoreShop Pimcore Bundle -> lot of helpful stuff
  • CoreShop SEO Bundle -> SEO like a Pro
  • Docker -> fully compatible docker images for PHP7.1 and PHP7.2 AND PHP7.3
  • Deployer -> deploy like a Pro
  • ALPIN 11 Pimcore Utils -> Utilities for Pimcore, ie. Translation Dumper for Vue i18n

Setup

Create a new Project

composer create-project alpin11/pimcore-skeleton:6.2

Start docker

docker-compose up -d

Connect to docker

docker-compose exec php bash

Install Pimcore

vendor/bin/pimcore-install --admin-username=admin \
                                       --admin-password=admin \
                                       --mysql-host-socket=db \
                                       --mysql-username=pimcore \
                                       --mysql-password=pimcore \
                                       --mysql-database=pimcore

🥳 DONE 🥳