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

Redemption's avatar

Deploying laravel project with voyager

I just finished developing an app and I used voyager for admin panel, I didn't see anything about deploying in the package's docs and I was wondering how it works? what got me confused is that when you create a table it doesn't create a migration table so how do I get all the db tables on the server? Thanks in advance everyone!

0 likes
8 replies
Redemption's avatar

I see! and would the package continue to work the same even in prod?

Sinnbeck's avatar

Did you create the tables manually or use php artisan migrate?

Sinnbeck's avatar

Then those tables will not automatically show up on production. Always use migrations! :)

2 likes
acoustic85's avatar

I manage to deploy the laravel app on aws and import the sql file from my local environment. However i have issues with the breads the content is not showing in the admin panel and even when i click on the link is showing error 500. Any idea what could be the issue ?

Snapey's avatar

@doncho85 try asking your own question, not piggybacking on a 2 year old one.

Please or to participate in this conversation.