Showing 10 of 2,055 results.

Creating a Content Reaction System with Statamic 3 and Antlers

Throughout this article we will explore creating a system that will allow site visitors to leave "reactions" on Statamic 3 entries. Once complete, users will be able to add the following reactions to entries: 👍 Like, 😍 Love, 😯 Surprised, 🤔...

Laravel Hashing: One Way Encryption

…ontracts\Hashing\Hasher interface, which can be implemented to create new hashing providers that Laravel can use. Any type that implements the Hasher interface must be able to generate a hash (by implementing the make($value, array $options = [])...

Laravel Artisan Tinker: The trace Command

The trace command can be used to show the current call stack. By default, it shows the last 10 lines of the call stack, but this can be configured using the -n option: 1 >>> trace 2 0: Illuminate\Foundation\Console\TinkerCommand->fire() at...

How to Rebuild the Site? | Rebuilding Stillat.com

This was a tough question for me to answer at first: if I rebuilt my site exactly as it was, I would be able to complete the project much faster, but I would ultimately be unhappy with the end result. On the other hand, if I rebuilt the site...