Yes, You can use one database to multiple applications. Just configure it in .env file and all set to go.
very possible your .env file will control the database and site url
assuming you have two different servers set your .env for development on server 1 and set your .env for production on server 2.
I use laravel forge with AWS, It makes it super easy to setup an environment. I then use gitlab to deploy.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community