Php Class Not Found

[Solved] Php Class Not Found | Php - Code Explorer | yomemimo.com
Question : propel php query class not found

Answered by : sebastian-tysgwx3bq566

// Append to your composer.json File
"autoload": { "classmap": ["generated-classes/"] }
//After you've appended, Run the install command (php composer.phar install) again

Source : https://stackoverflow.com/questions/19741158/unable-to-use-propel-2-class-not-found | Last Update : Thu, 05 Nov 20

Answers related to php class not found

Code Explorer Popular Question For Php