Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 719 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 719 Bytes

Pimcore 6 Project Skeleton

This skeleton should be used by experienced Pimcore developers for starting a new project from the ground up. If you are new to Pimcore, it's better to start with our demo package, listed below 😉

Getting started

COMPOSER_MEMORY_LIMIT=-1 composer create-project pimcore/skeleton my-project
cd ./my-project
./vendor/bin/pimcore-install

Other demo/skeleton packages

Docker

With docker-compose you can checkout and start this project directly in a container.

See .docker/README.md