-
Subscribe to this issue and stay notified about new [daily trending repos in PHP](https://github.com/trending/php?since=daily)!
-
# Feature Request
Within the newest Pimcore documentation there is information on how to use Pimcore in a multi-environment setup and there is also a specific chapter for usage with AWS S3 (https:/…
-
# Bug Report
While upgrading a fresh 6.5.1 installation all migrations until the custom dataobject classes at `20200211115044` work fine.
```log
$ composer u
Loading composer repositories with…
-
right now, composer update updates composer dependencies, but potential migrations are not executed - and therefor project might be broken unless migrations are executed.
-
Following situation:
Deployed an application via git. did an composer install ... as usual.
Following error: `script Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache handling th…
dlhck updated
4 years ago
-
Hi. I have got an error, and cannot use the deploy script.
```
The command "export SYMFONY_ENV='prod'; cd /var/www/www-root/data/www/***/releases/1 && /opt/php73/bin/php /usr/local/bin/composer …
MyZik updated
4 years ago
-
I'm facing a server setup in which I can't access the git server from the server to which I want deploy.
This means the `deploy` task will fail at `deploy:update_code` since it obvisously can't upd…
-
The Function
\Pimcore\Tool\Console::checkExecutingUser();
allows to pass an array with allowes users to execute.
Within ProcessManager in the Trait these function is been called at Line 114 withi…