Answer the question
In order to leave comments, you need to log in
How do Laravel functions work when fetching html pages from a database?
How can I make it so that all the functions in Laravel (which I wrote in App\helper.php) work when displaying HTML code from the database. For example, there is such code in the database:
How can I make the function work as if I had registered it in the blade itself?
<title>{{ setting(site.title); }}</title>
{{ setting('site.title') }}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question