This demo package is intended to be used by Pimcore newcomers. It's tailored get an overview of Pimcore and contains some very basic use-cases to get you started quickly with Pimcore.
COMPOSER_MEMORY_LIMIT=-1 composer create-project pimcore/demo-basic-twig my-project
cd ./my-project
./vendor/bin/pimcore-install
- Point your virtual host to
my-project/web
- Open https://your-host/admin in your browser
- Done! 😎