We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.1.14
Build an OrgChart. Laravel (8.0) throws error "Trait 'Khill\Lavacharts\Support\Traits\PngOutputTrait' not found"
Normal code. I fixed the problem (see below)
khill/lavacharts/src/Charts/OrgChart.php line: 5 references "use Khill\Lavacharts\Support\Traits\PngOutputTrait as PngRenderable;" that is unknown.
Change line 5 to
"use Khill\Lavacharts\Support\Traits\PngRenderableTrait as PngRenderable;"
and all is fine.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What Version?
3.1.14
Issue
Build an OrgChart.
Laravel (8.0) throws error "Trait 'Khill\Lavacharts\Support\Traits\PngOutputTrait' not found"
Controller Code (chart creation code)
View Code
Solution
Change line 5 to
and all is fine.
The text was updated successfully, but these errors were encountered: