Saturday 6 January 2018

php - where html blade functions are written in laravel 5.1?

i looked into laravel helper classes but i didn't found
the where is written blade template built in functions like





@extends()


thank you
in advance.

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...