Laravel requires the Mcrypt PHP extension

Today, We want to share with you Laravel requires the Mcrypt PHP extension.In this post we will show you Mcrypt PHP extension installation for Laravel, hear for Error Installing Laravel: Mcrypt PHP extension required we will give you demo and example for implement.In this post, we will learn about how to install mcrypt php extension in xampp windows with an example.

Laravel requires the Mcrypt PHP extension

There are the Following The simple About Laravel requires the Mcrypt PHP extension Full Information With Example and source code.

As I will cover this Post with live Working example to develop php 7 Mcrypt PHP extension required, so the mcrypt php extension required php 7.2 windows for this example is following below.

Mcrypt PHP extension installation for Laravel

step 1: check mcrypt is listed

first of all open your terminal and run this commands,check to see if mcrypt is listed

php -m

step 2: Check ini

check Your php.ini

php --ini 
//from your CMD terminal.

using Ubuntu

sudo ln -s /etc/php5/conf.d/mcrypt.ini /etc/php5/mods-available/mcrypt.ini

after that run this commands on your terminal.

sudo php5enmod mcrypt
sudo service apache2 restart

using OSX

export PATH=/usr/local/php5/bin:$PATH

Others way

cd ~
sudo apt-get remove php5-mcrypt
sudo apt-get install php5-mcrypt
sudo php5enmod mcrypt
sudo service apache2 restart
Laravel requires the Mcrypt PHP extension
Laravel requires the Mcrypt PHP extension
Web Programming Tutorials Example with Demo

Read :

Summary

You can also read about AngularJS, ASP.NET, VueJs, PHP.

I hope you get an idea about Laravel requires the Mcrypt PHP extension.
I would like to have feedback on my infinityknow.com blog.
Your valuable feedback, question, or comments about this article are always welcome.
If you enjoyed and liked this post, don’t forget to share.

Leave a Comment