artesaos / seotools

SEO Tools for Laravel
MIT License
3.12k stars 506 forks source link

Livewire #309

Closed yamakrane closed 1 year ago

yamakrane commented 1 year ago

How to use SEOTOOLS in livewire rendered pages ?

I tried to add: SEOTools::setTitle(__('jobposts_title'));

in the mount() method but also in the render() method but didn't work.

Thanks