LoginSignup
4
3

More than 5 years have passed since last update.

Laravel推奨のHomesteadにimagickを入れておく

Posted at

おそらくimagickがないので、class imagick not found みたいなことになる。

$ sudo apt-get install imagemagick libmagickwand-dev
$ sudo pecl install imagick
$ sudo apt-get install php5-imagick
$ sudo service php5-fpm reload
$ sudo service nginx restart

でいけた。

4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3