If you bought a standard Laraship plugin like form builder or referral manager plugin, you can install it easily using 3 methods:
Mehtod 1
- log in to your console under web root folder
- let’s assume you need to install Utility module, module code is corals-utility , run the commands below.
1 2 3 | $ php artisan corals:modules --action=download --type=module --module_name=corals-utility $ composer update $ php artisan corals:modules --action=install --type=module --module_name=corals-utility |
Mehtod 2
- Upload the plugin into Corals/Modules Folder.
- Some plugins require dependances (if there is a file called composer.json inside plugin folder” so it’s highly recommended to run :1composer update
if there is no dependency then you just need to run :1composer dump-autoload - go to Administration=>Modules and Click Install.
Mehtod 3
- Go to Administration => Modules
- Click Add Module.
- Enter the module code and license key.
- Click download.
- Some plugins require dependances (if there is a file called composer.json inside plugin folder” so it’s highly recommended to run :1composer update
if there is no dependency then you just need to run :1composer dump-autoload - go to Administration=>Modules and Click Install.