Skip to content

Commit d76c763

Browse files
committed
Added a couple of references to coilpack
This came up in slack- it would be really nice to find some reference to Twig and Blade if you search the EE docs and so now there is one.
1 parent 42b1aff commit d76c763

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!--
2+
This source file is part of the open source project
3+
ExpressionEngine User Guide (https://github.com/ExpressionEngine/ExpressionEngine-User-Guide)
4+
5+
@link https://expressionengine.com/
6+
@copyright Copyright (c) 2003-2021, Packet Tide, LLC (https://packettide.com)
7+
@license https://expressionengine.com/license Licensed under Apache License, Version 2.0
8+
-->
9+
10+
# ExpressionEngine + Laravel
11+
12+
13+
[Coilpack](https://github.com/ExpressionEngine/Coilpack) is a composer package that provides a flexible and decoupled architecture that seamlessly integrates with the [Laravel PHP framework's](https://laravel.com/) ecosystem. For developers already familiar with Laravel, it provides a simple way to drop ExpressionEngine into a standard Laravel application and access many core services.
14+
15+
Using Coilpack to integrate ExpressionEngine into a Laravel applications provides immediate access to:
16+
17+
- **[Twig Template Engine](https://twig.symfony.com/)** on a per template basis
18+
- **[Blade Template Engine](https://laravel.com/docs/11.x/blade)** on a per template basis
19+
- **[GraphQL](https://graphql.org/)**
20+
- **Ability to access ExpressionEngine content from within the Laravel application**
21+
22+
23+
Check out our video introduction to Coilpack!
24+
<div class="video-wrapper">
25+
<iframe src="https://www.youtube.com/embed/11tLF-vV8Us" width="1920" height="1080" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
26+
</div>

docs/templates/language.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ lang: ee
1717

1818
ExpressionEngine has its own template language which allows you to retrieve and display information dynamically.
1919

20+
[Twig](https://twig.symfony.com/) and [Blade](https://laravel.com/docs/11.x/blade) templating engines are available when using the [Coilpack package](https://github.com/ExpressionEngine/Coilpack) on the [Laravel Framework](https://laravel.com/).
21+
2022
## Single Variables
2123

2224
Single Variables output a single piece of content. Some variables are intended to be used within Template Tags (as in the examples below), others are available globally wherever you would like to put them in your templates.

docs/toc_sections/_advanced_usage_toc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,3 +714,9 @@
714714
href: msm/overview.md
715715
- name: Variables and Parameter
716716
href: msm/code.md
717+
718+
- name: ExpressionEngine + Laravel
719+
items:
720+
- name: Overview
721+
href: advanced-usage/coilpack/overview.md
722+

0 commit comments

Comments
 (0)