Skip to content

Commit

Permalink
create app config
Browse files Browse the repository at this point in the history
  • Loading branch information
puleeno committed May 2, 2024
1 parent 0f05a04 commit c6bbb89
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions config/app.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?php
use App\Providers\RouteServiceProvider;

return [
/*
|--------------------------------------------------------------------------
| Application Environment
|--------------------------------------------------------------------------
|
| This value determines the "environment" your application is currently
| running in. This may determine how you prefer to configure various
| services the application utilizes. Set this in your ".env" file.
|
*/

'env' => env('APP_ENV', 'production'),

'providers' => [
]
];

0 comments on commit c6bbb89

Please sign in to comment.