How can we run qloapp in development mode
-
Hi,
Can I run this application in development mode to customize some thing according to the my need.
Thanks
-
Hi @ehand
Yes, you can. -
can you please guide how to run the app in development mode.
Thank you -
To enable dev mode edit the file at path
hotelcommerce/config/defines.inc.phpchange PS_MODE_DEV to true
if (!defined('_PS_MODE_DEV_')) { define('_PS_MODE_DEV_', true); }
-