enjin / platform-ui
A package for adding a user interface to the Enjin Platform.
Installs: 2 599
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 5
Forks: 7
Open Issues: 2
Language:Vue
Requires
- php: ^8.2
- spatie/laravel-csp: ^2.8
- spatie/laravel-package-tools: ^1.0
Requires (Dev)
- laravel/pint: ^1.16
- orchestra/testbench: ^8.0
- dev-master
- v2.2.0
- v2.1.0
- v2.0.1
- v2.0.0
- v1.11.0
- v1.10.0
- 1.9.2.x-dev
- v1.9.2
- v1.9.1
- v1.9.0
- v1.8.0
- v1.7.1
- v1.7.0
- v1.6.5
- v1.6.4
- v1.6.3
- v1.6.2
- v1.6.1
- v1.6.0
- v1.5.0
- v1.4.0
- v1.3.1
- v1.3.0
- v1.2.2
- v1.2.1
- v1.2.0
- v1.0.0
- v1.0.0-beta.25
- v1.0.0-beta.24
- v1.0.0-beta.23
- v1.0.0-beta.22
- v1.0.0-beta.21
- v1.0.0-beta.20
- v1.0.0-beta.19
- v1.0.0-beta.18
- v1.0.0-beta.17
- v1.0.0-beta.16
- v1.0.0-beta.15
- v1.0.0-beta.14
- v1.0.0-beta.13
- v1.0.0-beta.12
- v1.0.0-beta.11
- v1.0.0-beta.10
- v1.0.0-beta.9
- v1.0.0-beta.8
- v1.0.0-beta.7
- v1.0.0-beta.6
- v1.0.0-beta.5
- v1.0.0-beta.4
- v1.0.0-beta.3
- v1.0.0-beta.2
- v1.0.0-beta.1
- v0.1.0-beta.3+RC
- v0.1.0-beta.2+RC
- v0.1.0-beta.1+RC
- dev-bugfix/PLA-2141/collection-track-search
- dev-release
- dev-feature/pla-1922/offers
- dev-revert-pla-1864
- dev-feature/pla-1417/add-dusk-id-2
- dev-feature/pla-1417/add-dusk-id
- dev-feature/pla-1672/platform-build
This package is auto-updated.
Last update: 2025-03-13 11:37:53 UTC
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 install
to install the dependencies - Run
npm run prod
to build the project - 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.