DoSomething / aurora

:crescent_moon: The DoSomething.org admin interface.
https://admin.dosomething.org
MIT License
1 stars 2 forks source link

Disable Laravel Tinker in production. #218

Closed DFurnes closed 5 years ago

DFurnes commented 5 years ago

What's this PR do?

This pull request makes laravel/tinker a development dependency, so it will no longer be available on production environments. While being able to easily open a REPL can be really helpful, it's also dangerous since it allows developers to execute arbitrary code on production.

Relevant tickets

#167597101