forge-cli
forge-cli copied to clipboard
Update dependencies for php 8.1, rebuild app
Fixes #17
This is simply a composer update
& php forge app:build
I've just updated to PHP 8.1 and found the same issue as in #17. I'm not sure the maintenance status of this project as I know an official Forge CLI was released after this one, but I prefer how this works with it using the detecting the directory I'm in to run the commands, and I used it almost every day.
One thing to note is the binary is 82% smaller, not sure why - maybe minification?