Download the PHP package riddlestone/brokkr-portals without Composer
On this page you can find all versions of the php package riddlestone/brokkr-portals. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download riddlestone/brokkr-portals
More information about riddlestone/brokkr-portals
Files in riddlestone/brokkr-portals
Package brokkr-portals
Short Description A Laminas module to pull configuration together for portals, such as a public portal, an admin portal, etc.
License BSD-3-Clause
Homepage https://github.com/riddlestone/brokkr-portals
Informations about the package brokkr-portals
Brokkr-Portals
A Laminas module to pull configuration together for portals, such as a public portal, an admin portal, etc.
Adding Configuration
To add information about a portal, add it to a module configuration file under portals.{portal_name}
:
Portals also supports lazy configuration loading through PortalConfigProviders:
Portal Features
Features allow you to group portal configuration together, and assign it to a portal separately. This might be usefuuul if some modular functionality requires multiple css/js files, but the module doesn't know which portals it will be used in:
Here the module can define the js and css required for portal_features/some-functionality, and the project can declare that portals/main uses it.
Getting the Portal Manager
Getting Configuration
All versions of brokkr-portals with dependencies
container-interop/container-interop Version ^1.2
laminas/laminas-component-installer Version ^1.0 || ^2.1
laminas/laminas-config Version ^3.3
laminas/laminas-modulemanager Version ^2.8
laminas/laminas-servicemanager Version ^3.4