I duplicated a working laravel app and renamed it to use for another app. I deleted the vendor folder and run the following commands again:
composer self-up
Try this:
php artisan cache:clear
php artisan config:clear
php artisan view:clear