I have in my ExtJS app index.php , I've changed declared in app.json :
"indexHtmlPath": "index.php",
but when I build the app using sencha cmd I always get index.html (with the content of the php file).
How do I force the file to be named index.php once the command finish ?
Take a look at these:
Let me know if it still doesn't work.