Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

thedates's avatar

Laravel Deployment on Railway with PostgreSQL

I'm trying to deploy my Laravel 8 project on Railway using their Laravel templates, but it's always 500 Server Error.

0 likes
3 replies
Sinnbeck's avatar

Check the server logs. You can start with /storage/logs/laravel.log

thedates's avatar

@Sinnbeck I can't access /storage/logs/laravel.log because I'm using Railway, it said that it pipes the logs to stdout but there's no error showing up to the console.

Please or to participate in this conversation.