Search

Showing 7 of 1,216 result(s)

/blog/2018/04/14/laravel-5-generating-urls-to-controller-actions-with-action#content-relative-urls

If you do want to generate the full URL to a controller action, simply supply a truth value of false for the $absolute parameter. The following example demonstrates this: The resulting URL of the function call would then be: /sayHello/Jim

/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/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/14/laravel-5-hashing-strings-with-bcrypt#content-available-options

The following table lists all of the options that are available to use in with the bcrypt function. bcrypt Options: Option Description rounds Determines how many iterations the bcrypt function will internally use.

Some absolutely amazing
people

The following amazing people help support this site and my open source projects ♥️
If you're interesting in supporting my work and want to show up on this list, check out my GitHub Sponsors Profile.