laravel kit
v2.0.8
PHP must be installed in your system.
Download the setup file (.exe) and install it. Updates will be checked automatically.
The recommended way to install on macOS is by using brew.
brew install laravel-kit --no-quarantine
Or, you can download the dmg file from the Releases page. Note that the dmg release is not code signed. Installation instructions for dmg
Run these commands from the terminal:
wget https://github.com/tmdh/laravel-kit/releases/download/v2.0.8/laravel-kit_2.0.8_amd64.deb
sudo apt install ./laravel-kit_2.0.8_amd64.deb
It is available in the Arch User Repository (AUR) as laravel-kit.
Only AppImage format is available for other Linux distributions. Download it from the Releases page. Proper methods will be added very soon.
Light | Dark |
---|---|
Laravel Kit is made with Electron, Vue.js 2, Tailwind CSS and Vite.
# For development,
# Start development server with Vite
yarn run dev:one
# Start Electron
yarn run dev:two
# For production,
# Build files with Vite
yarn run prod
# Make executable
yarn run pack
Go to Laravel Kit wiki.
Copyright © 2018-2022 by Tareque Md Hanif