2017 © Pedro Peláez
 

neos-package common-flowproject

Common stuff and helpers for Flow Framework based projects

image

lelesys/common-flowproject

Common stuff and helpers for Flow Framework based projects

  • Thursday, February 1, 2018
  • by pankajlele
  • Repository
  • 2 Watchers
  • 0 Stars
  • 62 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 32 % Grown

The README.md

Lelesys.Common.FlowProject

Common stuff and helpers for Flow Framework based projects, (*1)

To install:, (*2)

composer require lelesys/common-flowproject

Adding query string parameter to static resource URIs

Query string parameter "v=INTEGER" is added to the static resource URIs. By default CSS and Javascript URIs are enabled. This can be combined with setting far future cache headers from web server configuration. This is very helpful when a new version of application is deployed the cached version string is regenrated which forces reload of the static resource in clients' browsers., (*3)

To start using this feature add your package key to the settings:, (*4)

Lelesys:
  Common:
    FlowProject:
      resourceUri:
        enabledPackages:
          'Your.Package': true

To enable other kinds of URIs modify the regular expression from settings:, (*5)

Lelesys:
  Common:
    FlowProject:
      resourceUri:
        matchingRegex: '/\.(js|css)$/'

The Versions

01/02 2018

1.0.x-dev

1.0.9999999.9999999-dev

Common stuff and helpers for Flow Framework based projects

  Sources   Download

GPL-3.0-or-later

The Requires

 

01/02 2018

1.0.2

1.0.2.0

Common stuff and helpers for Flow Framework based projects

  Sources   Download

GPL-3.0-or-later

The Requires

 

01/02 2018

dev-master

9999999-dev

Common stuff and helpers for Flow Framework based projects

  Sources   Download

GPL-3.0-or-later

The Requires

 

01/02 2018

2.0.2

2.0.2.0

Common stuff and helpers for Flow Framework based projects

  Sources   Download

GPL-3.0-or-later

The Requires

 

30/01 2018

2.0.1

2.0.1.0

Common stuff and helpers for Flow Framework based projects

  Sources   Download

GPL-3.0-or-later

The Requires

 

30/01 2018

1.0.1

1.0.1.0

Common stuff and helpers for Flow Framework based projects

  Sources   Download

GPL-3.0-or-later

The Requires

 

29/01 2018

1.0.0

1.0.0.0

Common stuff and helpers for Flow Framework based projects

  Sources   Download

GPL-3.0-or-later

The Requires

 

29/01 2018

2.0.0

2.0.0.0

Common stuff and helpers for Flow Framework based projects

  Sources   Download

GPL-3.0-or-later

The Requires