I am brand new to Laravel. I'm starting by watching a youtube video. The video starts by showing how to install Laravel. I figured I'd skip all that and go straight to a Docker image. That seems fine at first. The next thing the video shows is running artisan make:auth, but this doesn't seem to exist in the Bitnami Docker image. Is the Docker image supposed to be just for development purposes? What does Laravel in production look like? I'm the kind of person that needs a really high-level view of the devops layout on this, before I'm comfortable getting into the weeds.