PaolaRuby

Results 119 comments of PaolaRuby
trafficstars

https://github.com/laradock/laradock/issues/1315#issuecomment-808711311

Fell free to make a PR for support that

On same file https://github.com/dompdf/dompdf/blob/06f75510a1ccc937137523f0cd6239f62586d1ef/src/Adapter/CPDF.php#L42-L100

This is only a wrapper, dompdf package it not here

Try adding this on [config/dompdf.php](https://github.com/barryvdh/laravel-dompdf/blob/master/config/dompdf.php) ```php 'options' =>[ /// 'http_context' => [ 'ssl'=>[ 'verify_peer'=>false, 'verify_peer_name'=>false, 'allow_self_signed'=>true ] ], ``` **Source:** [dompdf/Options.php#L408-L410](https://github.com/dompdf/dompdf/blob/06f75510a1ccc937137523f0cd6239f62586d1ef/src/Options.php#L408-L410)

This is only a wrapper, dompdf package it not here

Really hard to read if you don't use markdown correctly ` ```php ` **Example:** ```php if($user->hasRole('admin')) { return; } ``` Current version is `5.5.5`, not `5.5.4`, `hasRole` is tested, probably...

Did you try [masbug/flysystem-google-drive-ext](https://github.com/masbug/flysystem-google-drive-ext)? The configs are the same and do the expected behavior

@mpdx maybe you can give a ⭐ for the future