php - Error when building models from propel schema -
i got errors below when running command below. have schema file generated reverse engineering through propel.
command
vendor/bin/propel build  error 1
[runtimeexception]                 unable write "" directory  error 2
[symfony\component\filesystem\exception\ioexception]   failed create "": mkdir(): invalid path. 
sounds propel doesn't know put files. typing propel --help give command line options. there find option specify output folder.
propel model:build --output-dir c:\temp (you'll have specify local os x path instead of windows temp folder)
as i'm trying out propel myself, following post has lead me suspicion propel.ext file incomplete.
Comments
Post a Comment