enjin/platform-ui

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

Installs: 1 459

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 5

Forks: 11

Open Issues: 2

Language:Vue


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.