Search

Showing 7 of 1,216 result(s)

/blog/2016/11/30/laravel-implementing-a-crypt_std_des-hasher

In this article we will create an implementation of Illuminate\Contracts\Hashing\Hasher using PHP s crypt function and the CRYPT_STD_DES hashing function. Before we write the code for the CRYPT_STD_DES implementation, we will examine each method...

/blog/2016/11/30/laravel-implementing-a-md5-hasher

In this article we will create an implementation of Illuminate\Contracts\Hashing\Hasher using PHP's crypt function and the CRYPT_MD5 hashing function. Like in the previous sections, we will examine each method before looking at the full...

/blog/2016/11/30/laravels-bcrypt-hasher

The Illuminate\Hashing\Bcrypt hasher is registered with the service container in the Illuminate\Hashing\HashServiceProvider service provider, and is bound to the name hash (the hash key in the service container is itself an alias for the...

/blog/2021/02/20/integrating-laravel-spark-and-statamic-3#content-configuring-strip-and-spark-stripe-api-keys

Do not share your own API key values on the Internet like this. These are just example values! We will now configure the Stripe API keys required for our integration. The Spark documentation for this step can be located at...

/blog/2021/02/20/integrating-laravel-spark-and-statamic-3#content-configuring-stripe-and-spark-web-hooks

…a terminal window and shared our development site using Expose. Locate the Expose-URL (or equivalent) now so we can use it to configure our Stripe web hooks. The Spark documentation for configuration Stripe web-hooks can be located at...

/blog/2023/09/03/creating-a-hybrid-cache-system-for-statamic-part-two

…th the implementation. Additionally, I would not expect any third-party system to interact with this method, and its use is essentially "internal." The next step will be to retrieve the paths of the templates. We can accomplish this by making use...

/blog/2016/03/23/calculating-averages-using-collections-in-laravel

The avg method is a useful method for calculating the average of all items in the collection. The avg method defines an optional $key parameter, which can be used to specify what property of the collection should be averaged. If no key is...

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.