How to test the app on the server without actually launching it?
My app is almost ready to launch and I want to see if it works (or how it works) on the server before I properly launch it. Since this is my first ever launch-ready app, I'm not sure what to do and how to do it.
Should I just upload the whole app and temporarily disable registration routes until it's ready to launch? Is there an easier way to do tests (like maintenance mode) on the server?
My app is in Laravel 11.31.0 version, using PHP8.2 and Livewire 3.