Skip to content

schranz-templating/spiral-spiral-view-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schranz Template Renderer Integration for SpiralView

Integrate the templating SpiralView Adapter into the Spiral Framework.

Part of the Schranz Templating Project.

Installation

Install this package via Composer:

composer require schranz-templating/spiral-spiral-view-integration

Register the Bootloader class in your app/src/Application/Kernel.php if not already automatically added by the framework:

class Kernel extends \Spiral\Framework\Kernel
{
    protected const LOAD = [
        // ...
        \Schranz\Templating\Integration\Spiral\SpiralView\Bootloader\SpiralViewBootloader::class,
    ];
}

Configuration

The Spiral View Integration has currently no configuration as LSpiralView is supported out of the box by Spiral and can be configured via the Spiral View Configuration.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages