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
-[Binding it to your app](#binding-it-to-your-app)
12
11
-[How do I use it?](#how-do-i-use-it)
13
12
-[Middleware](#middleware)
@@ -21,35 +20,14 @@ Laravel middleware for full page caching.
21
20
22
21
## How do I get this in my app?
23
22
24
-
### Composer
25
-
26
-
Open your `copmoser.json` file, find the `require` key and add this value :
27
-
28
-
"glaivepro/cachepage": "^1.1.0"
29
-
30
-
The version `^1.1.0` is for Laravel 5.4, if you are using an older version, go for `~1.0.0`.
31
-
32
-
Execute `composer update`.
33
-
34
-
### Getting files manually
35
-
36
-
If, for some reason you can't or don't want to download package using composer, you should download the files and put all of the contents in `/vendor/glaivepro/cachepage/` folder.
37
-
38
-
Add this to your `composer.json` file (if the autoload and psr-4 keys are already there, just leave them and the contents and only add what's missing):
0 commit comments