laravel-vue-boilerplate icon indicating copy to clipboard operation
laravel-vue-boilerplate copied to clipboard

Class 'Locale not found'

Open tabish-ali opened this issue 3 years ago • 2 comments

Error at run time when testing this project in local host. Screenshot_20210820_093112

tabish-ali avatar Aug 20 '21 04:08 tabish-ali

@tabish-ali enable PHP Locale class. https://stackoverflow.com/questions/18346531/how-to-enable-php-locale-class

devstorm321 avatar Oct 27 '21 18:10 devstorm321

You may need to install this on your OS. I had to do sudo apt install php7.4-intl

and then restart PHP to get past this error

ViktorNova avatar May 21 '22 05:05 ViktorNova