Gary Green
Gary Green
@kokujin I've just released another version, you can match routes manually now with `.match(route, callback)` which might be more suited to your particular app. Let me know how it goes...
Any update on support for Sass? Would be cool to have ! Might be worth doing now, especially as Bootstrap 4 will be picking up Sass so it's only going...
Does my recent changes to the service provider fix this issue?
@rombat are you using twig too? Do you use twigbridge or anything like that?
Can you paste your app.php providers array too please.
if possible, can you comment out/remove these providers and see if it honeypot works? ``` 'Former\FormerServiceProvider', 'Bootstrapper\BootstrapperServiceProvider', ```
Also are you using the latest dev-master of honeypot? Latest tagged version of honeypot is quite old
Weird how the my time field is not added, what's the actual raw HTML output for the honeypot section? You got quite a lot of dependencies to be honest, could...
@iBotPeaches what's in your `app.providers` array?
Can you comment out `App\Form\Providers\FormBuilderServiceProvider` and try if honeypot works?