ChafikHadjAbdouRazack / 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

Laravel Kit

A simple and elegant desktop application for managing your Laravel applications.
Available for Windows, Linux and macOS.

Built with ❤︎ by Tareque Md Hanif

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 🤩 ).
  • Beautiful user interface inspired by VSCode and dark theme.
  • Artisan commands are retrieved from your Laravel project.
  • Many more features yet to come.

Download

PHP must be installed in your system.

Windows macOS Linux
Setup (exe) dmg or zip AppImage or deb

You can also install Laravel Kit with brew.

brew install laravel-kit

Screenshots

🔆 themes 🌙

Light Dark

Development

Laravel Kit is made with Electron, Vue.js 2, Tailwind CSS and Webpack.

# For development,
# Start development server with Webpack
yarn run dev:one
# Start Electron
yarn run dev:two

# For production,
# Build files with Webpack
yarn run prod
# Make executable
yarn run pack

Documentation

Go to Laravel Kit wiki.


Copyright © 2018-2021 by Tareque Md Hanif

About

A desktop Laravel admin panel app

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

License:GNU General Public License v2.0


Languages

Language:Vue 49.4%Language:JavaScript 44.4%Language:CSS 5.8%Language:HTML 0.5%