laravel-vue-boilerplate
laravel-vue-boilerplate copied to clipboard
Class 'Locale not found'
Error at run time when testing this project in local host.
@tabish-ali enable PHP Locale class. https://stackoverflow.com/questions/18346531/how-to-enable-php-locale-class
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