I have a custom PHP script I use for environment restores. This script is inaccessible via HTTP and can only be executed through SSH with the correct logged in user. There's a few places in this script where I need the classes and environment variables that I have available for the rest of my Laravel application.
How do I start Laravel and make these other classes and environment variables available if run the script through the command line?