BladeOne
BladeOne copied to clipboard
The standalone version Blade Template Engine without Laravel in a single php file and without dependencies
This will exclude all Markdown files in production when the package is downloaded.
I think that in the file BladeOne.php line 1479 the line: } catch (Exception $e) { should become: } catch (Throwable $e) { so all the potential errors present in...
This page: https://github.com/EFTEC/BladeOne/wiki/Template-logic is unclear about the `@default` in the `@switch`-statement. Specifically, a couple of times the word `@defaultcase` is used, but that does not work. I don't know the...
Because we tend to have projects where multiple roles may have access to specific features, we find ourselves creating a derive BladeOne class, with only the following overriding method: ```php...
I read that Mbstring is not required for this package, however, I run in to the following error (I don't have the Polyfill either): ``` Fatal error: Uncaught Error: Call...
Hi, I am looping through an array using @foreach but it throughs this error: syntax error, unexpected token ";" The compiled file shows $__currentLoopData = ; Any ideas what could...
The if statements require extra spaces. I let variables determine whether an image should be placed on the left or right. For this, I use Tailwind classes. It would be...
vendor/eftec/bladeone/lib/BladeOneCacheRedis.php:33 @version 0.1 2017-12-15 NOT YET IMPLEMENTED, ITS A WIP!!!!!!!! Could you give me more information about the stability of this class and what features are missing? I will require...
Hi, I have the same issue as https://github.com/EFTEC/BladeOne/issues/128. `Fatal error: Uncaught Error: Typed property eftec\bladeone\BladeOne::$assetDict must not be accessed before initialization in \vendor\eftec\bladeone\lib\BladeOne.php:842` I see it was fixed but appeared...
It looks like some semi-recent change has caused inconsistent line endings in a few of the library files. I originally found this out after using BladeOne in a WordPress plugin...