Support the ongoing development of Laravel.io →
posted 10 years ago
Packages
Last updated 1 year ago.
0

Hello Yuomtheara,

Please post what errors you are receiving when trying to install this component .

Last updated 1 year ago.
0

Error like this:

Problem 1 - Installation request for barryvdh/laravel-dompdf dev-master -> satisfiable by barryvdh/laravel-dompdf[dev-master]. - barryvdh/laravel-dompdf dev-master requires dompdf/dompdf dev-master -> no matching package found.

Potential causes:

Read http://getcomposer.org/doc/articles/troubleshooting.md for further common

Last updated 1 year ago.
0

Away around this (though be careful with this) normally is lowering your minimum stability like the error suggests.

To do that in your composer.json you need to specify:

"minimum-stability" : "dev"

All the information can be found here, but remember, lowering stability will allow packages that are not considered stable (and thus might contain bugs) into your code.

https://getcomposer.org/doc/04-schema.md#minimum-stability

Last updated 1 year ago.
0

I required dev-master because there wasn't a stable release of dompdf with composer support. But I just checked and lucky for you, they tagged 0.6 a few days ago :) I tagged a new release of laravel-dompdf which requires 0.6.x instead of dev-master, so you should be able to install this with minimum-stability: stable.

Last updated 1 year ago.
0

Well thats a hell of a lot better than my answer! Good job

Last updated 1 year ago.
0

Dear All,

Thanks a lot.

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

yuomtheara yuomtheara Joined 12 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.