My project worked properly while today get 503 without exception message.
This fix after run php artisan cache:clear command for one time but after refresh page then get 503 again.
I tried these:
cleared bootstrap/cache files
delete vendor and composer update --no-script
and some solutions but not solve my problem
php artisan cache:clear
php artisan config:clear
php artisan view:clear

I researched a little and solved the problem. The problem is not in laravel installation. The problem is on the server. Restart all services from the WHM interface. The error is resolved.