Skip to content

3.0

Compare
Choose a tag to compare
@jorgecc jorgecc released this 12 Jul 18:17
· 316 commits to master since this release

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.

cleaning the house