@scottalanmiller After some digging around the internet and trial and error I was able to get it running again with the following commands
php artisan cache:clear
chmod -R 777 app/storage
php artisan dump-autoload
Then
setenforce 0
Upon reboot 'setenforce 0' has to be entered into the console again