Laraship

⌘K
  1. Home
  2. Docs
  3. Laraship
  4. Installation Instructions
  5. Plugin Installation

Plugin Installation

If  you bought a standard Laraship plugin like form builder or referral manager plugin, you can install it easily using 3 methods:

Method 1

  1. log in to your console under the webroot folder
  2. let’s assume you need to install the Utility module, module code is corals-utility , run the commands below.
$ 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

 

Method 2

  1. Upload the plugin into Corals/Modules Folder and if its a Payment Module you need to upload it under Corals/Modules/Payment with the name of the folder mentioned under modules.json
  2. Some plugins require dependencies (if there is a file called composer.json inside plugin folder” so it’s highly recommended to run :
    composer update

    if there is no dependency then you just need to run :

    composer dump-autoload
  3. go to Administration=>Modules and Click Install.

Method 3

  1. Go to Administration => Modules
  2. Click Add Module.
  3. Enter the module code and license key.
  4. Click download.
  5. Some plugins require dependencies (if there is a file called composer.json inside plugin folder” so it’s highly recommended to run :
    composer update

    if there is no dependency then you just need to run :

    composer dump-autoload
  6. go to Administration=>Modules and Click Install.