Check if the application is running in debug mode

PHOTO EMBED

Thu Dec 02 2021 07:50:26 GMT+0000 (Coordinated Universal Time)

Saved by @sayedsadat344 #php #laravel

if (App::hasDebugModeEnabled()) {
    // ...
}
content_copyCOPY

https://laravel-news.com/laravel-8-74-0