HTML::macro('name', function(){}); HTML::entities($value); HTML::decode($value); HTML::script($url, $attributes); HTML::style($url, $attributes); HTML::image($url, $alt, $attributes); HTML::link($url, 'title', $attributes, $secure); HTML::secureLink($url, 'title', $attributes); HTML::linkAsset($url, 'title', $attributes, $secure); HTML::linkSecureAsset($url, 'title', $attributes); HTML::linkRoute($name, 'title', $parameters, $attributes); HTML::linkAction($action, 'title', $parameters, $attributes); HTML::mailto($email, 'title', $attributes); HTML::email($email); HTML::ol($list, $attributes); HTML::ul($list, $attributes); HTML::listing($type, $list, $attributes); HTML::listingElement($key, $type, $value); HTML::nestedListing($key, $type, $value); HTML::attributes($attributes); HTML::attributeElement($key, $value); HTML::obfuscate($value);
Friday, March 24, 2017
Home
Unlabelled
how to use HTML Builder in laravel
No comments:
Post a Comment