Difficulty getting Radsystems Classic Project working on local server

Hi everyone I have a project I’m creating in radsystems 7.1.0 classic it works on the development machine. however when I upload it to our local server we get a blank screen . when I look at the log there are references to the development machine’s directories as follows:-

" production.ERROR: file_put_contents(C:\XXXXXXXXXXXX\storage\framework\views/XXXXXXXXX.php): failed to open stream: No such file or directory "
where XXXXXXX is the directory or file its asking for.

Ive tried to clear the cache on the development machine using
artisan cache:clear
but I get the same problem. I would like to know I can publish a project before I can commit to buying the product , so all help would be greatly appreciated.

You should run the following command below in their order on the server where the app is to be hosted.

php artisan cache:clear
php artisan config:cache

thankyou for your help