start laravel server
You mean php artisan serve? Be sure that it's loaded for both the web version and cli version of php
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi, I have successfully installed Imagick on my xampp PHP and in phpinfo it is showing me the extension. but when I start laravel server it gives me this error -> PHP Startup: Unable to load dynamic library 'imagick' (tried: C:\xampp\php\ext\imagick (The specified module could not be found), C:\xampp\php\ext\php_imagick.dll
I installed it because i'm using this package -> simplesoftwareio/simple-qrcode which requires Imagick in some cases. I also tested Imagick on native PHP and it's working. Any idea how to solve this?
I closed all the command line windows and restarted everything and it's working now.
Please or to participate in this conversation.