You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is a bug I get "Call to a member function directive() on null""
The reason is that configure in\leaf\blade is not being called first to set $this->blade
Hello. This is not a bug I need info on using blade module.
I want to create components , where am I expected to put this in the app ?
app()->blade()->directive('datetime', function ($expression) {
return "format('F d, Y g:i a'); ?>";
});
Can I create a component like this instead ? with alert.blade.php
Thanks in advance
The text was updated successfully, but these errors were encountered: