Search

Showing 7 of 1,216 result(s)

/blog/2018/04/21/laravel-5-facades#content-fake

The fake method will swap the currently bound notification channel manager instance with a fake; this is incredibly useful for testing purposes. The fake notification manager instance, by default, is an instance of...

/blog/2018/04/21/laravel-5-facades#content-routechannel-route

The route method allows for the sending of notifications in an ad-hoc fashion. The following example demonstrates the basic usage of the route method for sending a notification to someone who has purchased something:

/blog/2018/04/21/laravel-5-facades#content-additional-queue-methods

The Queue facade defines one extra method to help make testing queue functionality within your applications easier.

/blog/2018/04/21/laravel-5-facades#content-fake-1

The fake method will swap the currently bound queue manager instance with a fake; this is incredibly useful for testing purposes. The fake queue manager instance, by default, is an instance of "Illuminate\Support\Testing\Fakes\QueueFake".

/blog/2018/04/21/laravel-5-facades#content-fakedisk--null

The fake method will replace the provided $disk with a local testing disk. The local disk will be stored in your application storage path under the sub-directory location framework/testing/disks/<DISK_NAME> . The local directory will be cleared...

/blog/2018/04/21/laravel-5-facades#content-persistentfakedisk--null

The persistentFake method will replace the provided $disk with a local testing disk. The local disk will be stored in your application storage path under the sub-directory location framework/testing/disks/<DISK_NAME> . The persistent local...

/blog/2018/04/21/laravel-5-fluent-api-the-public-api#content-retrieving-values-with-get

The get method will return the value associated with the provided $key . If the $key does not exist, the $default value will be returned (which is null by default).

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.