Laravel Admin CLI
Install with one command. No extra steps.
curl -sSL https://lac-cli-update.nht.io.vn/install.php | bash
From CMD (works in Command Prompt):
powershell -NoProfile -Command "irm https://lac-cli-update.nht.io.vn/install-ps1.php | iex"
From PowerShell you can use:
irm https://lac-cli-update.nht.io.vn/install-ps1.php | iex
Then run lac and open the Web UI from the prompt.
If lac uninstall doesn’t work (e.g. old install), run one of these to remove LAC completely (config, binary, PATH).
curl -sSL https://lac-cli-update.nht.io.vn/uninstall.php | bash
powershell -NoProfile -Command "irm https://lac-cli-update.nht.io.vn/uninstall-ps1.php | iex"
Run in CMD or PowerShell.
Then restart the terminal and you can reinstall with the commands above.