View [index] not found SplashController.php

Hi, i’m trying to install Dreamfactory, I’ve done all the steps without errors but when I try to launch the software I get this error

View [index] not found on SplashController.php line 53

Hey! Apologies for the delayed response.

Try running: rm bootstrap/cache/*.php within /opt/dreamfactory/

This is a weird caching or file permission issue. If those do not work you can try:

php artisan cache:clear 
php artisan config:clear 
php artisan route:clear 
php artisan view:clear

Then

chmod -R 2775 resources/views 
chown -R dreamfactory:dreamfactory /opt/dreamfactory/