Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alpin11/pimcore-skeleton

🏆 Pimcore Skeleton with Docker, Webpack, Bootstrap and Vue 🤓
https://github.com/alpin11/pimcore-skeleton

pimcore pimcore-bundle symfony vue webpack

Last synced: about 8 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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** 🥳