Daniel Bøndergaard
Daniel Bøndergaard
I'm using `IsValidTarget` now and it works great, but I just thought that it might be something that could be simplified by adding max depth as an option. In my...
No problem :)
I fully support adding support for this in the core, which is why I made this post in the first place :) @marcandre I'm curious why you say that my...
@Arthedian I just looked at your code and it works on jsbin if you correct the js errors it points out. I think you should try to use the css...
Publish the config file by running `php artisan vendor:publish` In the published config file, uncomment this line https://github.com/danielboendergaard/phantom-pdf/blob/master/src/config/config.php#L77
Try setting the base_url here: https://github.com/danielboendergaard/phantom-pdf/blob/master/src/config/config.php#L27
The url used in the link tag must be reachable from the host machine itself. This can cause dns and https issues. It's probably easier to inline the css. Alternatively...