You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new with the easy-deploy-bundle, and apologize in advance if the answer to my question is obvious.
I've installed the bundle using composer require --dev easycorp/easy-deploy-bundle
I'm using a CustomDeployer that runs locally before deploying the 'composer install --no-dev --optimize-autoloader' command and get an error that seems logical : I need to be in dev mode to run the deploy bundle, and removing dev bundles leads to an error in the webprofilerdebug.
Should i need to install the bundle without the --dev file ?
Thanks
The text was updated successfully, but these errors were encountered:
I'm new with the easy-deploy-bundle, and apologize in advance if the answer to my question is obvious.
I've installed the bundle using composer require --dev easycorp/easy-deploy-bundle
I'm using a CustomDeployer that runs locally before deploying the 'composer install --no-dev --optimize-autoloader' command and get an error that seems logical : I need to be in dev mode to run the deploy bundle, and removing dev bundles leads to an error in the webprofilerdebug.
Should i need to install the bundle without the --dev file ?
Thanks
You mean error occurs during deployment or on your local machine? And yes you need to run this bundle in dev mode, deployment suppose to be done in production server but not local.
Hi,
I'm new with the easy-deploy-bundle, and apologize in advance if the answer to my question is obvious.
I've installed the bundle using composer require --dev easycorp/easy-deploy-bundle
I'm using a CustomDeployer that runs locally before deploying the 'composer install --no-dev --optimize-autoloader' command and get an error that seems logical : I need to be in dev mode to run the deploy bundle, and removing dev bundles leads to an error in the webprofilerdebug.
Should i need to install the bundle without the --dev file ?
Thanks
The text was updated successfully, but these errors were encountered: