Skip to content
Stream edited this page Jan 11, 2018 · 9 revisions

Here are some frequently asked questions.

  • Route or config not found after installation

    Run php artisan route:clear and php artisan config:clear.

  • Limitation of SVG files

    SVG files cannot be cropped or resized.

  • Image source not readable

    Please enable exif PHP extension.

  • Missing translation

    Please check the customization document. Pull requests are appreciated!

  • Can't upload large files

    Modify memory_limit and upload_max_filesize directives in your php.ini.

  • Method request() not work

    Use laravel-50 branch of this package.

  • Invalid upload request

    Enable exif PHP extension