barryvdh / laravel-dompdf

A DOMPDF Wrapper for Laravel
MIT License
6.78k stars 977 forks source link

Unable to install package in laravel 5.8 #880

Open richa0892 opened 2 years ago

richa0892 commented 2 years ago

Problem 1

{ "name": "laravel/laravel", "type": "project", "description": "The Laravel Framework.", "keywords": [ "framework", "laravel" ], "license": "MIT", "require": { "php": "^7.1.3", "dompdf/dompdf": "^1.2", "fideloper/proxy": "^4.0", "intervention/image": "^2.5", "laravel/framework": "5.8.*", "laravel/tinker": "^1.0", "maatwebsite/excel": "^3.1", "unisharp/laravel-ckeditor": "^4.7" }, "require-dev": { "beyondcode/laravel-dump-server": "^1.0", "filp/whoops": "^2.0", "fzaninotto/faker": "^1.4", "mockery/mockery": "^1.0", "nunomaduro/collision": "^3.0", "phpunit/phpunit": "^7.5" }, "config": { "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true }, "extra": { "laravel": { "dont-discover": [] } }, "autoload": { "psr-4": { "App\\": "app/" }, "classmap": [ "database/seeds", "database/factories" ] }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "minimum-stability": "dev", "prefer-stable": true, "scripts": { "post-autoload-dump": [ "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "@php artisan package:discover --ansi" ], "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ], "post-create-project-cmd": [ "@php artisan key:generate --ansi" ] } }

PaolaRuby commented 2 years ago

Only Laravel 6.x and earlier https://github.com/barryvdh/laravel-dompdf/blob/91ed300f860110214f67b3eeb456387bd926c29b/composer.json#L15

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any issues with PDF rendering itself that are not directly related to this package, should be reported on https://github.com/dompdf/dompdf instead. When having doubts, please try to reproduce the issue with just dompdf. If you believe this is an actual issue with the latest version of laravel-dompdf, please reply to this issue so we can investigate further. Thank you for your contribution! Apologies for any delayed response on our side.