add spatie permissions

This commit is contained in:
2023-11-23 14:29:15 +05:00
parent 220f14f388
commit 0309e8f7d8
6 changed files with 416 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ return [
|
*/
'timezone' => 'UTC',
'timezone' => env('APP_TIMEZONE', 'UTC'),
/*
|--------------------------------------------------------------------------
@@ -85,6 +85,12 @@ return [
'locale' => 'en',
'locales' => [
'en' => 'English',
'ru' => 'Русский',
'tk' => 'Türkmen',
],
/*
|--------------------------------------------------------------------------
| Application Fallback Locale