Ian

Results 30 comments of Ian

For a quick fix I added to the published config file ``` 'DOMPDF_SET_BASE_PATH' => public_path().'/css/pdf/' ``` Then in the constructor of Thujohn/Pdf/Pdf.php ``` $this->dompdf = new \DOMPDF(); ... $basePath =...

I guess that would be better put in the load() function. Was wondering if it should be a config setting recognizable by people reading the dompdf wiki or would be...

Just tried copying your test and I get the same result. I'm on a windows 7 machine. Do you think dompdf reading paths on windows could be an issue? Maybe...

Ah, this works on a real server. I was running it with php artisan serve and this is the result I get. Copied over to my www and ran it...

Yes sorry, that's what I meant. It works with local Apache server so I can use that or use vagrant instead of artisan serve.

Confirming this issue. It doesn't work for me either. The first new issue works and updates the count and sidebar issues list fine but something is not working for a...

Just noticed you did change project details from 'change' back to 'sync' intentionally. Sorry I missed that.

Well I can't even get it to align when I paste it into github. This is what I'm trying to achieve. ![countryarray](https://cloud.githubusercontent.com/assets/1780886/8887809/bc9a2334-3260-11e5-865c-9cf1c6126780.png)

Yeah looks like that is the guilty culprit since composer is a .bat file on windows.I don't know much about node but would have thought the node devs could fix...

@Freyskeyd On windows 7 here. Just worked around this. 1. downloaded bat to exe converter http://www.f2ko.de/programs.php?lang=en&pid=b2e 2. made backup copy of composer.bat 2. changed in composer.bat "%~dp0composer.phar" to "C:\ProgramData\Composer\bin\composer.phar" Won't...