Thibaut

Results 13 comments of Thibaut

@slavarazum any news on this functionality ? I'm thinking about using Froala for one of my project with nova but the possibility of integrated Custom Buttons is mandatory. Do you...

Thank you @d3xter-dev for helping make this plugin work with V3 ! Can you confirm me that this fix doesn't work with a sitemapindex ? I'm using an index of...

If anyone find a fix to this bug I would be really interested ! Hope we will be able to use Sitemap Module with Nuxt 3 soon.

I confirm that unfortunately, using Laravel 8's parallel testing feature with this package doesn't work. Switching to classic testing is working. Any news about this problem ?

I'm also in the need to move to Laravel 9 and I'm using SRID a lot in my app. @sikhlana, let us know if you find the time to make...

Hey @hilongjw, Thank you for this wonderful plugin. Do you have any intention on correcting this problem in following months ?

How I solved it with vuejs inertiajs + ssr following @cv-chameleon help ``` php //HandleInertiaRequests.php //... return [ ...parent::share($request), 'locale' => App::currentLocale(), 'auth' => [ 'user' => $request->user(), ], 'ziggy'...

Same problem here with routing from different layout. I tried different solution but nothing is working.

@SebastianMieszczanczyk for my project I switched to https://github.com/diegoazh/gmap-vue, a fork of this vue2-google-maps. It's working with Nuxt and is maintained ! No problems anymore.