When working with Statamic Bard, I wanted to find and replace certain occurrence of a word - say find "Lorem ipsum" and replace with "LOREM IPSUM". I used this great addon called Bard Mutator (v1 and v2). I'm using Statamic v3.4 with Tiptap v2 and Bard Mutator v2.To get started:Make sure you have...
On a fresh install of Statamic 3.4 and Peak Studio starter kit, I got this error. Disk [assets] does not have a configured driver. at vendor/laravel/framework/src/Illuminate/Filesystem/FilesystemManager.php:137 133▕ { 134▕ $config ??= $this->getConfig($name);...
I use Cloudflare to cache pages for a day. Recently I built the Arbeitnow blog using Statamic. When I update the content, I want the cache to be updated and the latest changes to be shown to the visitor.When I deploy changes to content, I added a new Laravel command as part of the deployment flow....