Search

Showing 7 of 1,216 result(s)

/blog/2016/11/30/laravels-bcrypt-hasher#content-needsrehashhashedvalue-array-options--

The needsRehash method is used to determine if the provided $hashedValue has been hashed with the supplied $options . This is useful for when the work factor of a hashing function has been updated and all passwords need to be updated to use the...

/blog/2014/07/28/part-two-creating-a-custom-pagination-view-in-laravel#content-passing-form-data-to-the-paginator

The method I've come up with involves creating hidden form input elements. The pagination view from part one looks like this right now: What we need to do is create the hidden input elements and include them in the generated view. That way,...

/blog/2014/07/28/part-two-creating-a-custom-pagination-view-in-laravel#content-linking-the-view-composer-to-the-view

Well that's all well and good. We still need to get those hidden input fields to our pagination view. In our routes file, we need to link the view composer to the view. We can do that like this: In the above code sample, enterable is the name of...

/blog/2014/07/28/part-two-creating-a-custom-pagination-view-in-laravel#content-one-last-consideration

Now that our text box will send the hidden input values, what should we do about the actual pagination links? When a user clicks on one of those, it just sends the page number, and none of the search data. That's no good. Well, in our view where...

/blog/2014/12/13/semantic-ui-paginator-for-laravel-4#content-step-0-the-semantic-ui-markup

Step 0 is a thing right? It is on this website. The first thing we need to do is figure out exactly how you mark up a paginator in Semantic UI. This can be done by referring to the Semantic UI documentation for the menu collection, which can be...

/blog/2014/12/13/semantic-ui-paginator-for-laravel-4#content-step-14-more-methods

Now that we have the first three methods implemented, we need to finish a few more: the getDots and render method. The getDots method is responsible for rendering the ellipsis when there is a lot of links. For the Semantic paginator, we are going...

/blog/2016/11/30/encrypting-and-decrypting-within-laravel-applications#content-configuring-encryption

The key and cipher for encryption must be set and configured. The cipher is set in the config/app.php configuration file by changing the value of cipher . The following table lists the supported ciphers and the Encrypter (all Encrypter...

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.