Search

Showing 7 of 1,697 result(s)

/blog/2018/04/14/laravel-5-hashing-strings-with-bcrypt#content-example-use

The following example demonstrates how to call the bcrypt function: The above example would output something similar to this:

/blog/2018/04/15/laravel-5-getting-the-current-date-and-time-with-now

The now helper function will return a new Carbon instance initialized to the current date and time. The now function accepts an optional timezone parameter to adjust the timezone of the returned date.The signature of the now function is:The...

/blog/2018/04/21/laravel-5-fluent-api-the-public-api#content-converting-the-object-to-json-with-tojson

…thod will return a JSON encoded version of the data stored within the fluent instance. It internally does this by returning a call to PHP's json_encode function, passing in any $options that were supplied. Like the json_encode function, the...

/blog/2018/04/21/laravel-5-message-bags-converting-the-message-bag-to-json-with-tojson

…will return a JSON encoded version of the data stored within the message bag instance. It internally does this by returning a call to PHP's json_encode function, passing in any $options that were supplied. Like the json_encode function, the...

/blog/2018/04/22/laravel-5-collections-converting-a-collections-contents-to-json-with-tojson

…will return a JSON encoded version of the data stored within the collection instance. It internally does this by returning a call to PHP's json_encode function, passing in any $options that were supplied. Like the json_encode function, the...

/site-essentials-for-statamic/v1/license#content-13-use-with-the-gnu-affero-general-public-license

…have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to...

/site-essentials-for-statamic/v1/antlers-tags/se-deferred

…he time. 1 {{ se_deferred }} 2 The code inside this section will be delayed 3 until right before the response is sent. 4 {{ /se_deferred }} Deferred regions will generally be evaluated in the order they were registered, but you should not assume...