Search

Showing 7 of 1,216 result(s)

/blog/2015/02/01/php-slow-response-times

When developing PHP applications locally, sometimes the performance is not as great as it could be, especially when working with frameworks such as Laravel or Symphony. One place to start looking to gain some performance is the realpath_cache_size...

/blog/2017/07/23/rebuilding-stillat

…t that it took me about two months to start working on the project seriously (life and work gets busy after all) - that is some serious under estimating. This reminds me of something I first heard in a talk by Matt Stauffer ( Matt Stauffer -...

/blog/2017/07/23/rebuilding-stillat#content-how-to-rebuild-the-site

…run. I wanted something that I could easily hack away on, something that I knew inside and out. In addition, I wanted something that would be easy for visitors to use that would also put an emphasis on the content (at this point I was working on...

/blog/2017/07/23/the-statamic-addon-roundup#content-techresources

The TechResources add-on is related to the BuildResources add-on. Many of the views (or pages) that can be seen on the Technology Resources section of the site are implemented as Laravel Blade templates. The reason this was done was to leverage...

/blog/2020/12/29/creating-a-custom-statamic-500-server-error-page

An often overlooked aspect of creating a Statamic or Laravel application is customizing the 500 Server Error page. By default, a Statamic site will display an error page similar to this when a catastrophic error occurs: Granted, this is much...

/blog/2021/09/12/creating-a-customized-statamic-3-500-error-page#content-adjusting-the-application-error-handler

…s error handler located within the app/Exceptions/Handler.php file. These changes are going to allow us to store a reference to any exception that is thrown so that we can access it later to provide additional details to our error template. The...

/blog/2021/09/12/creating-a-customized-statamic-3-500-error-page#content-creating-a-custom-view-composer

…AppServiceProvider.php . Within our service provider, we will register a new view composer using the view()->composer() helper function, and supply a callback that will get executed before our template is rendered. We can get access to the view...

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.