Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default Deployer not working #48

Open
EloneSampaio opened this issue Feb 21, 2018 · 1 comment
Open

Default Deployer not working #48

EloneSampaio opened this issue Feb 21, 2018 · 1 comment

Comments

@EloneSampaio
Copy link

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.

@broiniac
Copy link

broiniac commented Mar 6, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants