How can I install mcrypt under PHP7? Laravel needs it

前端 未结 9 1156
盖世英雄少女心
盖世英雄少女心 2020-12-01 04:16

Since Laravel4 requires mcrypt extension, and PHP7 doesn\'t seem to have mcrypt extension, is there any workaround for this to work?

9条回答
  •  旧巷少年郎
    2020-12-01 05:02

    On ubuntu: According to launchpad.net the package for mcrypt is called php7.0-mcrypt.

    sudo apt-get install php7.0-mcrypt to install

提交回复
热议问题