Download the PHP package nystudio107/craft3-eagerbeaver without Composer
On this page you can find all versions of the php package nystudio107/craft3-eagerbeaver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nystudio107/craft3-eagerbeaver
More information about nystudio107/craft3-eagerbeaver
Files in nystudio107/craft3-eagerbeaver
Package craft3-eagerbeaver
Short Description Allows you to eager load elements from auto-injected Entry elements on demand from your templates.
License MIT
Informations about the package craft3-eagerbeaver
DEPRECATED
This Craft CMS 4.x plugin is no longer supported or maintained, but it is fully functional, and you may continue to use it as you see fit. The license also allows you to fork it and make changes as needed for legacy support reasons.
Instead, use Craft's native functionality for eager loading, or with Craft 5 or later, use .eagerly()
for lazy eager loading.
Eager Beaver plugin for Craft CMS 4.x
Allows you to eager load elements from auto-injected Entry elements on demand from your templates.
Related: Eager Beaver for Craft 2.6.x
Learn More: Speed up your Craft CMS Templates with Eager Loading
Requirements
This plugin requires Craft CMS 4.0.0 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require nystudio107/craft-eagerbeaver
- Install the plugin via
./craft install/plugin eager-beaver
via the CLI, or in the Control Panel, go to Settings → Plugins and click the “Install” button for Eager Beaver.
Documentation
Click here -> Eager Beaver Documentation
Eager Beaver Roadmap
Some things to do, and ideas for potential features:
- Release it
Brought to you by nystudio107