propel php query class not found

Solutions on MaxInterview for propel php query class not found by the best coders in the world

showing results for - "propel php query class not found"
Adame
05 Jan 2021
1// Append to your composer.json File 
2"autoload": { 
3      "classmap": ["generated-classes/"] 
4 } 
5//After you've appended, Run the install command (php composer.phar install) again