Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmdh/laravel-kit
A desktop Laravel admin panel app
https://github.com/tmdh/laravel-kit
developer-tools electron laravel php
Last synced: 1 day ago
JSON representation
A desktop Laravel admin panel app
- Host: GitHub
- URL: https://github.com/tmdh/laravel-kit
- Owner: tmdh
- License: gpl-2.0
- Created: 2018-01-04T12:00:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T06:04:15.000Z (3 months ago)
- Last Synced: 2024-10-29T15:27:32.391Z (3 months ago)
- Topics: developer-tools, electron, laravel, php
- Language: Vue
- Homepage: https://tmdh.github.io/laravel-kit/
- Size: 21 MB
- Stars: 1,260
- Watchers: 35
- Forks: 137
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: license.txt
Awesome Lists containing this project
- awesome - tmdh/laravel-kit - A desktop Laravel admin panel app (Vue)
README
Laravel Kit
A simple and elegant desktop application for managing your Laravel applications.
Available for Windows, Linux and macOS.
## Features
- No configuration required.
- Execute Artisan commands easily in a nice interface.
- Tinker with your project in a magical code editor.
- Serve your Laravel application locally with a click of a button (so convenient :star_struck: ).
- Beautiful user interface inspired by VSCode and dark theme.
- Artisan commands are retrieved from your Laravel project.## Installation
PHP must be installed in your system.
### Windows
[Download the setup file (.exe)](https://github.com/tmdh/laravel-kit/releases/latest) and install it. Updates will be checked automatically.
### macOS
The recommended way to install on macOS is by using [brew](https://brew.sh/).
```
brew install laravel-kit --no-quarantine
```Or, you can download the dmg file from the [Releases](https://github.com/tmdh/laravel-kit/releases/latest) page. Note that the dmg release is not code signed. [Installation instructions for dmg](https://github.com/tmdh/laravel-kit/issues/40#issuecomment-1085726076)
### Ubuntu and other derivatives
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
```### Arch Linux
It is available in the Arch User Repository (AUR) as [laravel-kit](https://aur.archlinux.org/packages/laravel-kit).
### Other Linux distributions
Only AppImage format is available for other Linux distributions. Download it from the [Releases](https://github.com/tmdh/laravel-kit/releases/latest) page. Proper methods will be added very soon.
## Screenshots
:high_brightness: themes :crescent_moon:
| Light | Dark |
| :--------------------------------: | :-------------------------------: |
| ![](screenshots/artisan-light.jpg) | ![](screenshots/artisan-dark.jpg) |
| ![](screenshots/tinker-light.jpg) | ![](screenshots/tinker-dark.jpg) |## Development
Laravel Kit is made with [Electron](https://electronjs.org), [Vue.js 2](https://vuejs.org), [Tailwind CSS](https://tailwindcss.com) and [Vite](https://vitejs.dev).
```bash
# 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
```## Documentation
Go to [Laravel Kit wiki](https://github.com/tmdh/laravel-kit/wiki).
---
Copyright © 2018-2022 by [Tareque Md Hanif](https://github.com/tmdh)