You've already forked laravel-connect
translations
This commit is contained in:
@@ -42,6 +42,10 @@ class ConnectServiceProvider extends ServiceProvider
|
||||
__DIR__ . '/../config/bconnect.php' => config_path('bconnect.php')
|
||||
]);
|
||||
|
||||
// Translations
|
||||
|
||||
$this->loadTranslationsFrom(__DIR__.'/../resources/translations', 'connect');
|
||||
|
||||
// Views
|
||||
|
||||
$this->loadViewsFrom(__DIR__.'/../resources/views/connect', 'connect');
|
||||
|
||||
Reference in New Issue
Block a user