Showing 10 of 2,055 results.

Laravel 5: Accessing the Logging Features With logger

The logger helper function can be used to retrieve the logger instance from the Service Container or as a convenient way to log debug messages within your Laravel application without having to inject any dependencies or include the...

Laravel 5: Determining if a Variable Holds a Value With blank

The blank function is used to determine if the provided value contains a value that is not null , or a non empty value. It can be useful to check arguments supplied to functions for values without having to check many different types specifically....

Troubleshooting

The following information may help troubleshooting common issues when working with Social Media Image Kit.

Laravel Array Helper Function: array_first

first($array, callable $callback = null, $default = null) Let's begin discussing the first helper method be examining the $callback . The $callback is a function that accepts a $key and a $value as its parameters. The following code sample is an...

setCompileCoreComponents | Blade Compiler

Sets whether to compile core Laravel component tags. When set to false, the internal component tag compiler will not compile Laravel component tags (<x-, <x:, etc.). Argument Description $compileCoreComponents Whether to compile core Laravel...