Laravel Admin CLI

LAC

Install with one command. No extra steps.

Mac & Linux
curl -sSL https://lac-cli-update.nht.io.vn/install.php | bash
Windows

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.

Uninstall

If lac uninstall doesn’t work (e.g. old install), run one of these to remove LAC completely (config, binary, PATH).

! Mac & Linux
curl -sSL https://lac-cli-update.nht.io.vn/uninstall.php | bash
! Windows
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.