tmdh / laravel-kit

A desktop Laravel admin panel app

Home Page:https://tmdh.github.io/laravel-kit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't install by brew

ShekhSaifuddin007 opened this issue · comments

I install brew in Ubuntu 20.04 and I run brew install laravel-kit but it gives an error

Running `brew update --preinstall`...
Warning: No available formula with the name "laravel-kit".
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching for a previously deleted formula (in the last month)...
Error: No previously deleted formula found.
==> Searching taps on GitHub...
Error: No formulae found in taps.

Laravel Kit doesn't support brew casks for Linux. To install on your Ubuntu machine, run these commands in the terminal:

wget https://github.com/tmdh/laravel-kit/releases/download/v2.0.4/laravel-kit_2.0.4_amd64.deb
sudo apt install ./laravel-kit_2.0.4_amd64.deb

@tmdh Thank you