Download the PHP package zysmile/zyeditor-laravel without Composer
On this page you can find all versions of the php package zysmile/zyeditor-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zysmile/zyeditor-laravel
More information about zysmile/zyeditor-laravel
Files in zysmile/zyeditor-laravel
Download zysmile/zyeditor-laravel
More information about zysmile/zyeditor-laravel
Files in zysmile/zyeditor-laravel
Please rate this library. Is it a good library?
Informations about the package zyeditor-laravel
本项目简介:该项目是是laravel 版本下的在线代码编辑器,实现在浏览器中对服务器代码进行在线编辑和查看。支持 自定义中间件,配置文件,支持laravel 5.5 - laraavel8 版本
Zyeditor-laravel 扩展包 基于laravel 最新8x版本开发欢迎下载使用
界面
编辑器快捷键
代码自动补全
功能
-
基于Jstree的文件及文件夹查看、添加、删除、移动、复制操作
-
文件内容在线查看和编辑
- 文件及文件夹上传
目录
zyeditor-laravel/
├── src // 应用文件
├── Controller // 业务处理
├── Core // 核心文件
├── Facades // 门面
├── Cache // 缓存文件
├── routes
|--- routes.php // 路由文件
├── config
|--- zyeditor.php //配置文件
├── public // 前端静态资源文件
├── views // 前端视图文件
使用
php 版本要求 >= 7.0.0
-
步骤1:使用 composer require zysmile/zyeditor-laravel 安装本插件包
-
步骤2:发布配置文件:php artisan zyeditor:publish
可选-- 低于laravel 5.5 版本需要添加服务提供者 在 config/app.php 添加 ZyEditor\ZyEditorServiceProvider::class
-
可选项--配置中间件,本扩展包支持自定义中间件,可以结合权限使用 具体使用查看配置文件说明!
- 访问路由:http:/域名/zyeditor/index
注意
- 该项目只是用于学习、开发及测试阶段。安全性,效率等问题还有待提高。
- 使用功能详细的配置项功能可以在 laravel 框架根目录 config/zyeditor.php 中查看配置
更多开源组件、项目请走传送门
个人博客地址:http://www.zysmile.com
感谢
All versions of zyeditor-laravel with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
The package zysmile/zyeditor-laravel contains the following files
Loading the files please wait ....