You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ LaravelJade is a library that adds [JadePHP templating](https://github.com/maht0
9
9
Require this package with composer:
10
10
11
11
```
12
-
composer require rvanasperen/laravel-jade
12
+
composer require "rvanasperen/laravel-jade=~1.0"
13
13
```
14
14
15
15
Add the ServiceProvider to the providers array in config/app.php:
@@ -20,7 +20,7 @@ Add the ServiceProvider to the providers array in config/app.php:
20
20
21
21
## Usage
22
22
23
-
Create views as you would normally, suffixed with .jade.php. The view rendering engine should resolve and compile them as Jade templates automatically.
23
+
Create views as you would normally, suffixed with .jade.php. The view rendering engine should resolve and compile them as Jade templates automatically.
0 commit comments