All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Adds engageinteractive/laravel-view-models as a dependency.
- Updates to Laravel 5.5+
- Allow echo route to support GET methods by moving it into it's path (/frontend/echo)
- Fixes typos in README.md
- Fixes documentation for the PageDefaultsViewComposer.
PageDefaultsViewComposer
to support page defaults in both frontend and non-frontend template.
- 'index_template_path' in config now used the dot syntax preferred by Laravel.
- Exacted
ConfigProvider
logic out into theengageinteractive/laravel-config-provider
package. - Namespace is now
EngageInteractive
rather thanEngage
to better reflect our Github and Packagist account name.