Search

Showing 7 of 2,041 result(s)

/blog/2017/11/30/generating-urls-from-strings-in-laravel-laravel-55-string-helper-method-slug

The slug helper method will format the given $title to resemble a URI slug. It does this through a series of steps: Convert the, $title, to ASCII formatting (using the, ascii, function, along with the provided, $language, );, Converts whitespace,...

/blog/2018/04/11/laravel-5-retrieving-nested-array-values-with-pluck

The pluck helper method is used to retrieve a list of specific values from a given $array . It is most useful when used against arrays of objects, but will also work with arrays just as well.

/blog/2018/04/14/laravel-5-generating-urls-with-url#content-generating-secure-urls

To generate secure URLs using the url helper function, supply an argument with the truth value of true to the $secure parameter. To generate secure URLs that do not require parameters simply supply an empty array [] as the argument for $parameters...

/blog/2018/04/21/laravel-5-fluent-api-the-public-api#content-converting-the-data-object-to-an-array-with-toarray

The toArray method returns the exact same values as the getAttributes method; the results of the toArray method will return an array with all of the key/value pairs of the Fluent instance.

/meerkat/sorting-comment-threads#content-available-orderable-parameters

There are many variables that can be used when sorting comment threads; please consult the Default Variables article for information about which properties are available. Compound properties may not be currently supported (i.e.,...

/antlers-toolbox/getting-started#content-reloading-project-details

If you have made significant changes to your project's blueprints, globals, etc. and have Visual Studio Code open to just the resources/ directory, you may want to force the extension to reload your project's details. This can be done from Visual...

/blade-parser/v1/html-fragments#content-changing-html-fragment-properties

Unlike most node types, updating the properties of HTML fragment nodes is not supported at this time.