Download the PHP package helsingborg-stad/global-blade-engine without Composer
On this page you can find all versions of the php package helsingborg-stad/global-blade-engine. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download helsingborg-stad/global-blade-engine
More information about helsingborg-stad/global-blade-engine
Files in helsingborg-stad/global-blade-engine
Download helsingborg-stad/global-blade-engine
More information about helsingborg-stad/global-blade-engine
Files in helsingborg-stad/global-blade-engine
Vendor helsingborg-stad
Package global-blade-engine
Short Description A static instance of blade engine to be used cross-package.
License MIT
Package global-blade-engine
Short Description A static instance of blade engine to be used cross-package.
License MIT
Please rate this library. Is it a good library?
Informations about the package global-blade-engine
Global Blade Engine
Creates a single instance of benjamincrozat/blade to be used in multiple packages and project running side-by-side.
Known issues
- View names must be unique to whole project. For now the solution is to set view path one level above the target dir and make the name unique. You calls to view will be prefixed with this folder name. Eg. @include("uniquename.viewname")
Getting started
Recommended method of usage is with composer. Add the requirement below, to enable a new set of awesome features.
Example usage (register a component)
Developer mode
Add the following CONSTANT to your config file to clear the blade cache while in development mode:
Built With
- Laravel Blade 5.8 based on standalone version benjamincrozat/blade
Dependencies
- PHP ^8.3
Releases
https://github.com/helsingborg-stad/blade-component-library/releases
Authors
- Sebastian Thulin
License
This project is licensed under the MIT License - see the LICENSE file for details
All versions of global-blade-engine with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3
symfony/polyfill-mbstring Version 1.17.0
symfony/debug Version ^4.2
symfony/finder Version ^5.4.27
illuminate/container Version ^8.83.27
illuminate/contracts Version ^8.83.27
illuminate/events Version ^8.83.27
illuminate/filesystem Version ^8.83.27
illuminate/support Version ^8.83.27
illuminate/view Version ^8.83.27
doctrine/inflector Version ^1.4.2
nesbot/carbon Version ^2.34.0
psr/container Version ^1.0.0
psr/log Version ^1.1.3
psr/simple-cache Version ^1.0.1
helsingborg-stad/blade Version ^2.0
symfony/polyfill-mbstring Version 1.17.0
symfony/debug Version ^4.2
symfony/finder Version ^5.4.27
illuminate/container Version ^8.83.27
illuminate/contracts Version ^8.83.27
illuminate/events Version ^8.83.27
illuminate/filesystem Version ^8.83.27
illuminate/support Version ^8.83.27
illuminate/view Version ^8.83.27
doctrine/inflector Version ^1.4.2
nesbot/carbon Version ^2.34.0
psr/container Version ^1.0.0
psr/log Version ^1.1.3
psr/simple-cache Version ^1.0.1
helsingborg-stad/blade Version ^2.0
The package helsingborg-stad/global-blade-engine contains the following files
Loading the files please wait ....