pimcore / demo-basic-twig
Installs: 6 312
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 9
Forks: 5
Open Issues: 4
Language:TSQL
Type:project
Requires
- php: >=7.2
- pimcore/pimcore: ~6.2.0
- wikimedia/composer-merge-plugin: ^1.4
Requires (Dev)
- cache/integration-tests: ^0.16.0
- codeception/codeception: ~2.4.5
README
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.
Getting started
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! 😎