Search

Showing 7 of 587 result(s)

/blog/2023/09/04/implementing-a-custom-blade-precompiler-for-laravel-volt-and-livewire#content-starting-our-compiler-implementation

For this blog post, our compiler implementation will remain limited in scope and focus on being able to compile the simple counting example from the introduction. Our compiler needs to be able to accomplish the following: Detect and parse our...

/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/11/29/creating-simple-http-redirect-routes-from-a-statamic-site#content-gathering-the-entries-and-urls

To get started, I needed to fetch the relative URLs for all of my existing Statamic entries and build up a list of all the relative URLs. Luckily, Statamic makes this painless and provides a simple way to retrieve them using the...

/blog/2023/11/29/creating-simple-http-redirect-routes-from-a-statamic-site#content-creating-the-redirects

At this point I have my relative URLs in a nicely formatted string, and all that is left to do is generate the routes file. I will be doing this by constructing a string with interpolated values and returning it: Our function now looks pretty...

/blog/2023/12/10/that-escalated-quickly-all-the-new-things#content-tidal-starter-kits

The "example site" that started it all. Tidal is a starter kit for Statamic, with a focus on making it simpler to manage documentation-heavy websites. Tidal allows you to manage multiple projects, versions, as well as supports Statamic's...

/blog/2023/12/10/that-escalated-quickly-all-the-new-things#content-search-report-for-statamic

Search Report for Statamic is a simple Control Panel and utility addon that allows you to log searches made on your site, and view them within Statamic's Control Panel. Search Report for Statamic Documentation, Search Report for Statamic GitHub,...

/blog/2023/12/10/that-escalated-quickly-all-the-new-things#content-bard-heading-permalinks-for-statamic

Bard Heading Permalinks for Statamic is a simple addon that can generate permalinks for headings within Bard fields. This addon is compatible with Statamic's markdown permalink configuration. Bard Heading Permalinks for Statamic GitHub