Download the PHP package richan-fongdasen/laravel-varnishable without Composer
On this page you can find all versions of the php package richan-fongdasen/laravel-varnishable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download richan-fongdasen/laravel-varnishable
More information about richan-fongdasen/laravel-varnishable
Files in richan-fongdasen/laravel-varnishable
Package laravel-varnishable
Short Description Simple and easy varnish integration in Laravel
License MIT
Homepage https://github.com/richan-fongdasen/laravel-varnishable
Informations about the package laravel-varnishable
Laravel Varnishable
Simple and easy varnish integration in Laravel
Synopsis
This package offers easy ways to integrate your Laravel application with Varnish Cache.
Table of contents
- Setup
- Publish package assets
- Configuration
- Usage
- Credits
- License
Setup
Install the package via Composer :
Laravel version compatibility
Laravel version | Varnishable version |
---|---|
5.1.x - 5.4.x | 0.x |
5.5.x - 5.8.x | 1.0.x - 1.1.x |
6.x | 1.2.x |
7.x | 1.3.x |
8.x | ^1.4.x |
9.x | 2.0.x |
10.x | 2.1.x |
11.x | 2.2.x |
If you are using Laravel version 5.5+ then you can skip registering the service provider in your Laravel application.
Service Provider
Add the package service provider in your config/app.php
Alias
Add the package's alias in your config/app.php
Publish package assets
Publish the package asset files using this php artisan
command
The command above would create new varnishable.php
file in your application's config directory.
Configuration
Usage
This section is currently under construction.
Credits
- spatie/laravel-varnish - Some concepts in this repository was inspired by this package.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-varnishable with dependencies
guzzlehttp/guzzle Version ^7.0
illuminate/database Version ^8.0|^9.0|^10.0|^11.0|^12.0
illuminate/support Version ^8.0|^9.0|^10.0|^11.0|^12.0