Hi there,
I use XAMMP on Mac. I’ll try to install the Laraship Marketplace but cannot be install. Under XAMPP, in htdocs I create a folder called ‘Laraship’ and extract the zip package in there.
In XAMPP/htdocs I have 2 folder. One is ‘Laraship’ and the other folder is a fresh Laravel. Fresh Laravel installed and work perfectly. But I cannot installed your package.
giving this error
” eroaydogan@Eros-iMac Laraship % composer install
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- spatie/pdf-to-image 2.0.1 requires ext-imagick * -> the requested PHP extension imagick is missing from your system.
- spatie/pdf-to-image 2.0.0 requires ext-imagick * -> the requested PHP extension imagick is missing from your system.
- Installation request for spatie/pdf-to-image ^2.0 -> satisfiable by spatie/pdf-to-image[2.0.0, 2.0.1].
To enable extensions, verify that they are enabled in your .ini files:
- /usr/local/etc/php/7.4/php.ini
You can also run `php –ini` inside terminal to see which files are used by PHP in CLI mode.
eroaydogan@Eros-iMac Laraship % ”
I cannot located the problem.
i hope hearing from you soon.
Best,
Ero
Attachments
1 Answers
Hello,
ImageMagick module from your installation, please check the URL below for instructions procedure
https://stackoverflow.com/questions/6196210/install-imagemagick-for-xampp-on-mac
Please login or Register to submit your answer