easy-deploy-bundle
easy-deploy-bundle copied to clipboard
Default Deployer not working
The autoloader expected class "App\Controller\deploy_prod" to be defined in
file "/var/www/html/sisIgreja/vendor/composer/../../src/Controller/deploy_
prod.php". The file was found but the class was not in it, the class name o
r namespace probably has a typo.
That's a pickle. Can you show us deploy_prod.php file?
BTW - try to stick to PSR - using underscore in filename or in class name is a bad idea. Same goes for using sneak_case.
EDIT: If you are using configuration example from docs of this project you should probably put deploy_prod.php file in app/config/ directory.