Skip to content
New issue

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

Fix README.md & throw InvalidConfigException for invalid CSS config #89

Merged
merged 3 commits into from
Oct 26, 2018

Commits on Oct 26, 2018

  1. Update README.md

    The example breaks the rendering since the CSS file is silently not included, there should be an Invalid Config Exception thrown IMHO.
    razvanphp authored Oct 26, 2018
    Configuration menu
    Copy the full SHA
    3635f26 View commit details
    Browse the repository at this point in the history
  2. Update Pdf.php

    Throw InvalidConfigException when CSS File was specified but it cannot be found.
    razvanphp authored Oct 26, 2018
    Configuration menu
    Copy the full SHA
    2be7d55 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from razvanphp/patch-1

    Update README.md
    razvanphp authored Oct 26, 2018
    Configuration menu
    Copy the full SHA
    3ce6286 View commit details
    Browse the repository at this point in the history