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.
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:
- Clone the repository to your local machine
- Run
npm installto install the dependencies - Run
npm run prodto build the project - Copy the
distfolder 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
其他信息
- 授权协议: LGPL-3.0-only
- 更新时间: 2023-06-22