Closed masumonline closed 4 years ago
on if ($page->save()) { \SEO\Seo::save($page, $page->slug, [ 'title' => $page->name, 'images' => [ $page->getImageUrl() ] ]); }
i see the getImageUrl() but what that function do.
This is a function from its parent project. You a have a look to the demo project. https://github.com/digitaldreams/laravel-seo-tools-demo
on if ($page->save()) { \SEO\Seo::save($page, $page->slug, [ 'title' => $page->name, 'images' => [ $page->getImageUrl() ] ]); }
i see the getImageUrl() but what that function do.