Bram
Bram
Check this comment for an alternative package: https://github.com/aaronlord/laroute/pull/95#issuecomment-480054874
@tabuna Thanks for taking a look! I used the `php artisan orchid:publish` command and cleared the cache. There is no difference in the head tag ```html Offerteverzoeken - Snelverwijspunt ```...
@tabuna I have a `platforms.php` routes file that contains all the routes. When I move the route mentioned above outside this file, for example to the `web.php` file, the toasts...
@tabuna This is the code, I've removed some sensitive stuff. But the duplicate request is still present with this code. ```php
@tabuna I've found the issue in regard to the toast not showing. In the `app.blade.php` file all assets are loaded with the `data-turbo-track="reload"` tag, when I remove this the toast...
@tabuna I've found the line that is responsible for the extra request in the cropper field. Only I don't really know why this line is causing the duplicate request, do...