Releases: EFTEC/BladeOne
3.6-example
2018-08-25
3.5
3.4
3.3
3.2
3.1
I cleaned the code (again). I cut some spaces from the phpdoc.
I also added directive and directiveRT.
Directive is more close to the implementation of Laravel. However, it is a mess to work with it.
DirectiveRT is more straight, it's a function that could be called using the template.
For example,
using directive, the function could look like
return "<php echo "hello world"; >
using directivert, the same function is written as
echo "hello world";
3.0
More changes!, now supporting most of the Blade 5.6 functionalities (It's the current Blade Library to the date). It misses the @php tag (it's dangerous), commands specific of Blade, extensions (BladeOne supports extensions but its different than the Blade), and custom if (it's dangerous too).
However, Blade has a lot of undocumented features.
New function:
$blade->login('someuser','somerole'); // optional.
New tags:
@auth,@endauth,@guest,@endguest,@Inject and @default
However, it still requires some new cleanup. The code works but we could clean a bit more.
2.4
2.3.5
a small fix
2.3.4 2.3.4 2018-06-17