vangarde / katana
A Laravel Blade extension to enable DB stored Bladetemplates to be rendered.
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/vangarde/katana
Requires
- illuminate/view: >=7.9
This package is auto-updated.
Last update: 2022-08-06 15:40:33 UTC
README
A Laravel Blade extension to enable storing of blade templates in a database. I tried to keep the core functionality as is. However, some functionalities might currently not available. Please open an issue in this case.
Installation
- Install package:
composer require vangarde/katana
- Publish configuration file
You have to configure the file config/katana.php as you want.
Do I have to change something?
No, you don't have to change anything. It's intended to load primarly from the file system (as known inside your views directory). If no blade-template is found, it will try to load from the database.