Skip to content

TorqIT/pimcore-skeleton

 
 

Repository files navigation

Pimcore Project Skeleton (Torq IT fork)

Forked from https://github.com/pimcore/skeleton.

Setup

Prerequisites:

Setup instructions

  1. Clone the repository
  2. Update the name property in composer.json to match your project's name
  3. Update the .env property APP_NAME to match your project's name
  4. Run docker compose up -d to build the Docker images and run the containers
  5. By default, go to localhost:8400 in your browser to access the Pimcore admin (port is controlled by the WEB_EXTERNAL_PORT environment variable). Use username admin and password pimcore to log in.

Getting updates

We recommend forking this repository and using it as an upstream remote in order to get the latest updates and improvements.

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 63.2%
  • Twig 17.4%
  • Shell 10.1%
  • Dockerfile 9.3%