Laravel Is php-mcrypt necessary for https and Auth?
问题 Everything is in the title : can I use https and the Auth:: class whithout having installed php mcrypt ? (I'm on a redhat enterprise linux 6.1 on architecture s390x, it's just impossible to find pre-compiled packages). If it's possible then I would just use Laravel whithout Mcrypt... 回答1: mcrypt is a requirement of Laravel, you simply cannot run a laravel app without having mcrypt installed. The following link may help with installing mcrypt: http://injustfiveminutes.com/2012/11/23/install