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 .