samir20-23's avatar

samir20-23 wrote a reply+100 XP

3w ago

the problem is error:

ext xml

ext dom

fix : open new terminal and run this : [

sudo apt update
sudo apt install php-xml
php -m | grep -E "xml|dom" 

] open laravel project in terminal and run : [

composer install

] now boom is fexed you can see the folder /vendor now .