monirujjaman27/laravel-code-editor
最新稳定版本:v1.1.2
Composer 安装命令:
composer require monirujjaman27/laravel-code-editor
包简介
A powerful file manager with Monaco editor, terminal, and file tree for Laravel
README 文档
README
A powerful code editor with Monaco editor, terminal, and file tree for Laravel applications.
Features
- 🗂️ File tree explorer with search
- 📝 Monaco code editor with syntax highlighting
- 💾 Save files with keyboard shortcut (Ctrl+S)
- 🖥️ Built-in terminal for running commands
- 🎨 Dark theme by default
- 📁 Multiple file tabs support
- 🔍 Search files in tree
- 🚫 Exclude vendor/node_modules from search
- 🔒 Secure file access control
Requirements
- PHP 7.4 or higher
- Laravel 8.0 or higher
- Laravel Authentication setup (Laravel UI, Jetstream, Breeze, or custom)
Installation
Step 1: Install via Composer
composer require monirujjaman27/laravel-code-editor # Publish config php artisan vendor:publish --tag=code-editor-config # Publish views (optional) php artisan vendor:publish --tag=code-editor-views # Clear cache php artisan optimize:clear # Test the editor php artisan serve # Visit: http://localhost:8000/code-editor
Code Editor Interface
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 7
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-04-14
