Statamic Presenting the Peak Starter Kit at the Statamic Meetup Berlin A video presentation about the fantastic Peak Starter Kit for Statamic CMS.
Statamic Statamic CMS talk at Frontend Meetup Freiburg 2022 Resources around my talk about Statamic CMS at Frontend Meetup Freiburg.
Statamic Install & Configure Laravel Horizon with Statamic and Run it on Forge Follow these steps to use Laravel Horizon for Job Queuing in Statamic CMS when hosted with Laravel Forge. This guide assumes that Redis is already installed via Forge. * Add Horizon to the project composer require laravel/horizon and publish its assets php artisan horizon:install * Allow one or more Statamic/
Statamic What Statamic’s SAVE_CACHED_IMAGES really does I think I got SAVE_CACHED_IMAGES in Statamic wrong the whole time. I thought it's about whether Glide-generated images are kept when clearing caches. If got it right, this is what it really does: when set to true * All image presets defined in assets.php will be generated on
Statamic Setup Statamic Static Caching for super fast websites Setting up Static Caching in Statamic isn't too hard and brings a huge performance boost. Here are the steps I had to take to enable it both locally with Laravel Valet and on a production server managed through Laravel Forge. Enable and configure Nginx * Enable Static caching by setting STATAMIC_