This package is an extension of platform-core for adding a user interface.
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.
If you want to host the frontend interface statically, follow these steps:
- Clone the repository to your local machine
- Run
npm install
to install the dependencies - Run
npm run prod
to build the project - Copy the
dist
folder to your server
After installing the plugin within Laravel, you can access the frontend interface by visiting the URL you specified during installation.
If you are hosting the frontend interface statically, you can access it by visiting the URL where you copied the build folder.
The LGPL 3.0 License. Please see License File for more information.