for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
if ( ! function_exists('seo_helper')) {
/**
* Get the SeoHelper instance.
*
* @return \Arcanedev\SeoHelper\Contracts\SeoHelper
*/
function seo_helper() {
return app(\Arcanedev\SeoHelper\Contracts\SeoHelper::class);
}