alpin11 / pimcore-skeleton
This package is abandoned and no longer maintained.
No replacement package was suggested.
Pimcore Skeleton with Docker, Bootstrap 4, Webpack and Vue
v6.6.0
2020-04-05 17:26 UTC
Requires
- php: >=7.2
- coreshop/pimcore-bundle: ^2.1
- coreshop/seo-bundle: ^2.1
- dachcom-digital/toolbox: ~3.2.0
- pimcore/pimcore: ^6.6.0
- symfony/webpack-encore-bundle: ^1.0
- w-vision/pimcore-deployer: ^1.3
This package is auto-updated.
Last update: 2022-03-18 08:16:58 UTC
README
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 🥳