<?php
Laravel APP_ENV config
dd(env('APP_NAME'));
if (\Illuminate\Support\Facades\App::environment('production')) {
// The environment is production
}
Programing Coderfunda
February 24, 2022
Laravel, php
No comments
<?php
0 comments:
Post a Comment
Thanks