digitaldreams / laravel-seo-tools

Laravel Seo package for Content writer/admin/web master who do not know programming but want to edit/update SEO tags from dashboard
MIT License
149 stars 45 forks source link

Call to undefined method App\Page::getImageUrl() #3

Closed masumonline closed 4 years ago

masumonline commented 5 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.

digitaldreams commented 5 years ago

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