https://dev.to/hyvor https://dev.to/supunkavinda https://blogs.hyvor.com/ is a simple and powerful blogging platform. In this tutorial, we will see how to create a blog with Hyvor Blogs and host it in an existing Laravel application's /blog route. All contents of the blog will live inside a cache store in your application, which you can customize.
[[ 'subdomain' => '', 'delivery_api_key' => '', 'webhook_secret' => null, 'route' => '/blog', 'cache_store' => null, 'middleware' => [], ], ], ]; blogs key contains an array of blog configurations.
Set delivery_api_key to the Delivery API key, you created earlier at Console → Settings -> API Keys