Search

Showing 7 of 1,216 result(s)

/blog/2016/11/30/creating-a-service-provider-our-custom-hashing-implementations

In this article, we will create a service provider for all all of the custom hashing implementations that we created in previous articles. The articles about the hashing implementations can be found at these locations: Laravel: Implementing a...

/blog/2013/10/29/getting-the-environment-name-in-laravel-4

Environments in Laravel 4 are a great way to develop your application and have it respond to the environment it is running in. For example, most applications have two environments that they will ever run in: local and production . You can think of...

/blog/2014/12/13/semantic-ui-paginator-for-laravel-4#content-step-3-configuring-laravel

Now we need to configure Laravel to use our Semantic UI paginator view. Don't worry - this is really easy. Open up the config/view.php file and look for the pagination key within the array and change its value to the location of your Semantic...

/blog/2014/04/01/laravel-4-working-with-checkboxes-and-input

…ide of a Blade view, a checkbox can be created using the Form class: {{ Form::checkbox('my_checkbox', '1') }} In the above code sample, my_checkbox is the name of the input element and 1 is the value the checkbox was given. This would generate...

/blog/2016/11/16/laravel-string-helper-function-equals

…r. The signature for the equals helper method is: equals($knownString, $userInput) The following examples will highlight some example usage of the equals method. The returned result of the method will appear above the method call as a comment: As...

/blog/2016/11/16/laravel-string-helper-function-parse_callback

The parseCallback helper method is a fairly simple method, even though it serves a somewhat specialized purpose. The following syntax for class names and method names can be found utilized throughout the Laravel framework: ClassName@someMethodName...

/blog/2016/11/16/laravel-string-helper-function-randombytes

…han the results of the random method. randomBytes requires the OpenSSL extension extension for PHP version 5 as it will internally use the openssl_random_pseudo_bytes function. For PHP version 7, the random_bytes function will be utilized. And as...

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.