百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
L

laravel-kit

> 后端框架
开源

一个桌面 Laravel 管理面板应用

1.3K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

一个桌面 Laravel 管理面板应用

Laravel Kit

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) and install it. Updates will be checked automatically.

macOS

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

Ubuntu and other derivatives

Run these commands from the terminal:

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

Arch Linux

It is available in the Arch User Repository (AUR) as laravel-kit.

Other Linux distributions

Only AppImage format is available for other Linux distributions. Download it from the Releases page. Proper methods will be added very soon.

Screenshots

:high_brightness: themes :crescent_moon:

Light Dark

Development

Laravel Kit is made with Electron, Vue.js 3, 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

Documentation

Go to Laravel Kit wiki.


Copyright © 2018-2022 by Tareque Md Hanif

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

TypeScriptdeveloper-toolselectronlaravelphp

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类后端框架
定价开源

> 相关工具

N
Node.js
基于 V8 的 JavaScript 运行时
D
Django
Python 高级 Web 框架
S
Spring Boot
Java 生态主流微服务框架