difra/jquery3

This package is abandoned and no longer maintained. The author suggests using the difra/binding-jquery3 package instead.

jQuery bindings for Difra

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/difra/jquery3

8.0.0 2022-02-01 19:24 UTC

This package is auto-updated.

Last update: 2022-02-04 10:26:55 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
             ]
        ]
    ],