PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Nic Latyshev   Blitz Laravel View Cache   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Blitz Laravel View Cache
Caching service to Laravel application views
Author: By
Last change:
Date: 1 year ago
Size: 759 bytes
 

Contents

Class file image Download
{ "name": "nickyx3/blitz", "description": "Laravel Blitz View (Blitz Extension TemplateEngine by Alexey Rybak, https://github.com/alexeyrybak/blitz)", "type": "library", "license": "MIT", "autoload": { "psr-4": { "NickyX3\\Blitz\\": "src/" } }, "require": { "php": ">=8.0" }, "authors": [ { "name": "NickyX3", "email": "nickyx3@gmail.com" } ], "minimum-stability": "dev", "extra": { "laravel": { "providers": [ "NickyX3\\Blitz\\Providers\\BlitzServiceProvider" ], "aliases": { "BlitzView": "NickyX3\\Blitz\\Facades\\BlitzView" } } } }