Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months ago
JSON representation
🏆 Pimcore Skeleton with Docker, Webpack, Bootstrap and Vue 🤓
- Host: GitHub
- URL: https://github.com/alpin11/pimcore-skeleton
- Owner: alpin11
- Archived: true
- Created: 2019-08-21T13:02:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T08:05:38.000Z (over 2 years ago)
- Last Synced: 2024-09-26T04:32:02.000Z (about 2 months ago)
- Topics: pimcore, pimcore-bundle, symfony, vue, webpack
- Language: PHP
- Homepage:
- Size: 758 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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** 🥳