Laudenz wrote a reply+100 XP
5mos ago
Laudenz wrote a reply+100 XP
5mos ago
Hi @martinbean thanks for your reply. I recently moved my Laravel project (developed with Herd) to another server. After updating the .env values (APP_ENV, APP_DEBUG, APP_URL, DB_DATABASE), the homepage loads fine and data from the SQLite database appears as expected.
The problem is that when I click any other route (like showing a product), I get a 500 Internal Server Error — only the homepage works.
Also, uploaded images don’t appear in the browser, even though the files are on the server.
Any ideas on what I might be missing?
Laudenz started a new conversation+100 XP
5mos ago
Hi everyone, I’m new to Laravel. I followed the beginner tutorial and built my first app using Herd locally. The framework feels great, but I’m struggling to deploy my project to a production server.
Is there a step-by-step guide (or best practices) for publishing a Laravel app that was developed with Herd?
Thanks in advance!