samir20-23 wrote a reply+100 XP
1mo ago
php artisan error(failed to open stream: No such file or directory)
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 .