📅  最后修改于: 2022-03-11 14:54:04.185000             🧑  作者: Mango
if (App::environment('local')) {
// The environment is local
}
if (App::environment(['local', 'staging'])) {
// The environment is either local OR staging...
}