Closed shatyainfo closed 6 years ago
to resolved this issue, I have done some changes in my composer.json.lock file.
"require": { "intervention/image": "^2.3", "laravel/framework": "5.5.*", "laravelcollective/html": "^5.4", "yajra/laravel-datatables-oracle": "^8.4" . // changed previos ver to this. },
"require": { "dompdf/dompdf": "^0.8", // changed this "illuminate/support": "5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x", "php": ">=5.5.9" },
And other requrired packages version has been changed. Then done the composer update. Then installled composer require barryvdh/laravel-dompdf , and its installed and working fine now.
Thank you!
I am using this quick admin, and working very nice.
However I cannot install barryvdh/laravel-dompdf, becouse of Dompdf ver 6 already installed for yajra/laravel-datatables-oracle and it needs to be updated.
I tried to update yajra/laravel-datatables-oracle and dompdf but no luck (Maybe because of lack of knowledge)
I there any way to update it.
//
//