mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
translations added
This commit is contained in:
@@ -11,7 +11,7 @@ return [
|
||||
| Supported: "file", "database"
|
||||
|
|
||||
*/
|
||||
'driver' => 'database',
|
||||
'driver' => 'database',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -22,8 +22,8 @@ return [
|
||||
| configuration here to configure the routes with your preferred group options.
|
||||
|
|
||||
*/
|
||||
'route_group_config' => [
|
||||
'middleware' => 'auth',
|
||||
'route_group_config' => [
|
||||
'middleware' => 'can:translate',
|
||||
],
|
||||
|
||||
/*
|
||||
@@ -46,7 +46,7 @@ return [
|
||||
| looking for missing translations.
|
||||
|
|
||||
*/
|
||||
'scan_paths' => [app_path(), resource_path()],
|
||||
'scan_paths' => [app_path(), resource_path()],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -56,7 +56,7 @@ return [
|
||||
| Define the URL used to access the language management too.
|
||||
|
|
||||
*/
|
||||
'ui_url' => 'languages',
|
||||
'ui_url' => 'languages',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -66,7 +66,7 @@ return [
|
||||
| Define the settings for the database driver here.
|
||||
|
|
||||
*/
|
||||
'database' => [
|
||||
'database' => [
|
||||
|
||||
'connection' => '',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user