Answers

Question and Answer:

  Home  Laravel PHP Developer

⟩ Tell me how to get current environment in Laravel 5?

You may access the current application environment via the environment method.

$environment = App::environment();

dd($environment);

 155 views

More Questions for you: