When I run $ php artisan env
I get;
Current application environment: production
How can I change this to development or something similar? So I can see errors.. I have read a lot of the documentation but it is not at all easy for a newbie to understand. I don't have server config experience, really.
I'm sure there is "smart" way to do this, but all I am interested in, for now, is manually changing the environment. How do I do this?