定制 enjin/platform-ui 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

enjin/platform-ui

最新稳定版本:v3.0.0-alpha.1

Composer 安装命令:

composer require enjin/platform-ui

包简介

A package for adding a user interface to the Enjin Platform.

README 文档

README

This package is an extension of platform-core for adding a user interface.

License: LGPL 3.0

Installation

Laravel Installation

To install the plugin within Laravel, run the following command:

composer require enjin/platform-ui

Next, run the following command to install the plugin:

php artisan platform-ui:install

During the installation process, you will be prompted to enter the route, hostname, and authorization token.

Static Hosting

If you want to host the frontend interface statically, follow these steps:

  1. Clone the repository to your local machine
  2. Run npm install to install the dependencies
  3. Run npm run prod to build the project
  4. Copy the dist folder to your server

Usage

Laravel Usage

After installing the plugin within Laravel, you can access the frontend interface by visiting the URL you specified during installation.

Static Hosting Usage

If you are hosting the frontend interface statically, you can access it by visiting the URL where you copied the build folder.

License

The LGPL 3.0 License. Please see License File for more information.

统计信息

  • 总下载量: 2.66k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 6
  • Watchers: 4
  • Forks: 7
  • 开发语言: Vue

其他信息

  • 授权协议: LGPL-3.0-only
  • 更新时间: 2023-06-22