Install on php 8.0.6 error #3191
-
I tryed to install on php 8.0.6 with composer require maatwebsite/excel, but the installation failed with this error: I understood the requirement is php 7.0 or higher... Is it any way to solve it without downgrading php? |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 25 replies
-
PHP8 is supported, make sure to use 3.1.30 of the package |
Beta Was this translation helpful? Give feedback.
-
You can try to run this |
Beta Was this translation helpful? Give feedback.
-
I am getting following error when trying to install maatwebsite/excel in Laravel 9 with php 8.1 any solution for Laravle 9? ` Problem 1 Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. |
Beta Was this translation helpful? Give feedback.
-
I've solved this issue by adding extension=php_gd.dll in my php.ini at bottom |
Beta Was this translation helpful? Give feedback.
-
Just enable or write "extension=gd" in your php.ini file and run It works fine for me. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
i cant install maatwebsite/excel its error when downloading this package pdfmake/pdfmake it shows: Cloning into bare repository 'C:/Users/Aku/AppData/Local/Composer/vcs/https---github.com-pdfmake-pdfmake.g |
Beta Was this translation helpful? Give feedback.
PHP8 is supported, make sure to use 3.1.30 of the package