From Laravel's documentation you can see that there are local, staging and testing environments. I guess there is also production.
But what about development? How is it different from local? Or is there no fixed set of environments and you can use any string you like?
You can handle anything you want, what fits the best in your own situation. I'd suggest to use the DTAP environments. Development (local) Test Acceptance (staging) Production
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community