difra/binding-jquery3

jQuery bindings for Difra

8.0.0 2022-02-01 19:24 UTC

This package is auto-updated.

Last update: 2024-04-04 15:32:50 UTC


README

Binds components/jquery to Difra.

How to use

  1. Add config inclusion to nginx's server {} section:
    include /full-project-path/vendor/difra/jquery3/bin/nginx.conf;
    
  2. Include jquery3 instance in the config.php. For example:
    'instances' => [
        'main' => [
             'include' => [
                'jquery3' => true
             ]
        ]
    ],