In Laravel 4 the default configuration environment is \'production\'. This means that if you run an artisan command without the --env option, it assumes the product
One of the most elegant solution that I've found is from this blog post: http://stevegrunwell.com/blog/laravel-application-environment/
The advantages:
start.php. environment.php file.