DEV Community

Ndirangu Waweru
Ndirangu Waweru

Posted on

PHP Extensions for Laravel 6.x

I recently upgraded to php 7.4 and was curious about which extensions I really need for a basic laravel new command.

On Ubuntu 18.04:

sudo apt -y install php7.4 php7.4-zip php7.4-mbstring php7.4-xml

laravel new demo works!

Top comments (0)