Search

Showing 7 of 1,216 result(s)

/blog/2023/09/04/implementing-a-custom-blade-precompiler-for-laravel-volt-and-livewire#content-the-component-compiler

At this point, we are ready to begin implementing our actual component compiler. We will create a couple of new classes to help keep things organized. The first will be a data object containing the details of each compiled class and serves as a...

/blog/2023/09/04/implementing-a-custom-blade-precompiler-for-laravel-volt-and-livewire#content-updating-the-volt-service-provider

Before continuing, we will make some additions to our applications Volt service provider. In app/Providers/VoltServiceProvider.php : Our additions will create a new director for us to store our compiled components and add to the array of paths...

/blog/2023/09/04/implementing-a-custom-blade-precompiler-for-laravel-volt-and-livewire#content-saving-our-components

Now that we have a place to store our compiled components, and Volt knows to look for them, we need to update our primary compiler implementation to utilize the ComponentCompiler , replace the component in the source with a @livewire directive,...

/blog/2023/09/03/creating-a-hybrid-cache-system-for-statamic-part-six#content-invalidating-cached-laravel-route-responses

…s, we will need to get somehow the file path to the the controller and the routes file. To do this, we will need to utilize PHP's reflection features. Within our ResponsePreparedListener implementation, we can access the currently active route...

/search-report-for-statamic/v1/setup

…arch logs within a database, even if the rest of your site is using flat files. If you don't want to setup a large database server, you may also use SQLite. For more information on how to configure a database connection, please consider checking...

/social-media-image-kit/v1/using-a-job-queue

…red to process image rendering using a job queue. The typical setup for this scenario will involve having a database available, or some other asynchronous method of processing jobs. Before continuing, it is recommended that you are familiar with...

/blog/2016/11/16/special-cases-for-laravels-pluralization-features

Any words, or word endings, in the following table will not be affected by the plural method. This is either because the resulting word is already plural, or because there is no inflection available. Word endings are denoted by the prefix * :...

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.