InterviewSolution
Saved Bookmarks
| 1. |
Explain, how to get current environment in Laravel 5? |
|
Answer» With the help of this APP()->ENVIRONMENT() we can GET a current environment like production or whatever you have set in your .env FILE |
|