tutacare / tutapos

TUTA Point of Sale Using Laravel & Angularjs Framework
http://irfanmg.com/tutapos-point-of-sale-using-laravel-and-angularjs-framework/
MIT License
134 stars 113 forks source link

mcrypt_get_iv_size() is deprecated #8

Open azimidev opened 7 years ago

azimidev commented 7 years ago

I get this after installation and running the sever mcrypt_get_iv_size() is deprecated

ngangavic commented 1 year ago

In your config/app.php configuration file, you should update the cipher to "AES-256-CBC" and set your key to a random 32 byte string which may be securely generated using php artisan key:generate Check this