diff --git a/docs/index.md b/docs/index.md index 0bbceb7..48ff603 100644 --- a/docs/index.md +++ b/docs/index.md @@ -33,6 +33,7 @@ No, it's important to remember that Coilpack serves the purpose of connecting Ex - Using Laravel Telescope will register a wildcard event listener that conflicts with how we translate ExpressionEngine extensions into Laravel Events. For now we recommend setting `TELESCOPE_EVENT_WATCHER=false` in your .env file otherwise your site may not render properly. - Coilpack works well out of the box when using Laravel Valet and with Apache webservers, but we have noticed some issues in certain Nginx installs. We recommend using a configuration similar to the one below with Nginx: +- Coilpack is not currently compatible with ExpressionEngine Multiple Site Manager (MSM). ``` server { @@ -96,4 +97,4 @@ server { ## What's with the name? -The name comes from the automotive component. A *coil pack* is responsible for delivering high voltage to the spark plug and igniting the fuel. We thought the name was fitting for how this package integrates Laravel's Illuminate components with ExpressionEngine to power new possibilities. \ No newline at end of file +The name comes from the automotive component. A *coil pack* is responsible for delivering high voltage to the spark plug and igniting the fuel. We thought the name was fitting for how this package integrates Laravel's Illuminate components with ExpressionEngine to power new possibilities.