RedisTaggedCache::remember()

mixed remember(string $key, DateTime|float|int $minutes, Closure $callback) Get an item from the cache, or store the default value. Parameters string $key DateTime|float|int $minutes Closure $callback Return Value mixed

Request::__isset()

bool __isset(string $key) Check if an input element is set on the request. Parameters string $key Return Value bool

FileHelpers::hashName()

string hashName(string $path = null) Get a filename for the file that is the MD5 hash of the contents. Parameters string $path Return Value string

Grammar

Grammar class Grammar extends Grammar (View source) Methods array wrapArray(array $values) Wrap an array of values. from Grammar string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. string columnize(array $columns) Convert an array of column names into a delimited string. from Grammar string parameterize(array $values) Create query parameter pl

RoutesCommand

RoutesCommand class RoutesCommand extends Command (View source) Methods void __construct(Router $router) Create a new route command instance. int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command silently. from Command string|array argument(string $k

AliasLoader::getAliases()

array getAliases() Get the registered aliases. Return Value array

Dumper

Dumper class Dumper (View source) Methods void dump(mixed $value) Dump a value with elegance.

SlackMessage

SlackMessage class SlackMessage (View source) Properties string $level The "level" of the notification (info, success, error). string|null $username The username to send the message from. string|null $icon The user icon for the message. string|null $channel The channel to send the message on. string $content The text content of the message. array $attachments The message's attachments. array $http Additional request options for the Guzzle HTTP client.

FormRequest::user()

mixed user(string|null $guard = null) Get the user making the request. Parameters string|null $guard Return Value mixed

MailgunTransport

MailgunTransport class MailgunTransport extends Transport (View source) Properties array $plugins The plug-ins registered with the transport. from Transport