Jeff
Jeff
I guess I misunderstood the purpose of deploy. I know it's named "deploy" but I assumed it meant building any required files and configuration in the project folder itself to...
I ran hidev install - no feedback, but no errors. I ran hidev check - it created a phpstan.phar file. I ran hidev fix - it told me I can't...
That would nice! Thanks!
Actually "deploy" would be the place to the call the deployment scripting. Makes sense. You might want to separate the prep scripts to another command, something like "prep" or "setup".
By the way I believe there's a typo in Deployer, in getHosts(). line 288 should be $hosts = [$_ENV['HOST']];
Great! Thanks! I'll try it out later today (working).
Starting from scratch: ``` $ composer create-project --stability=dev "hiqdev/hisite-template:*" yii2_hisite Installing hiqdev/hisite-template (dev-master 9836cbaed13a2757fbd8caea5350f6289459676a) - Installing hiqdev/hisite-template (dev-master master): Cloning master from cache Created project in yii2_hisite Loading composer repositories...
By the way. I had run composer update on the previous version of my hisite project and it ran. But, of course, I had copied the bootstrap file from vendor/hiqdev...
I copied over the bootstrap.php file: ```
Error handling has some issues: If I click on the menu link for about (https://hisite/site/about) I get a standard html 404 Not Found error: Not Found The requested URL /site/about...