Installing Additional Packages
Run the composer require command from the root of your Laravel folder for each of the Enjin Platform packages you wish to install. Remember to run the migrations with php artisan migrate
after the installations have completed.
Available packages are Beam, Fuel-Tanks, Marketplace and UI.
cd /var/www/laravel/
composer require enjin/platform-beam
composer require enjin/platform-fuel-tanks
composer require enjin/platform-marketplace
composer require enjin/platform-ui
Continue with the installation
If your platform is already running, the workers need to be restarted for the changes to take effect.
If you just installed theplatform-ui
package, make sure to set it up before using it.
If you haven't installed theplatform-ui
package, please continue to the Setting up the Decoder page
Updated 25 days ago