diff --git a/config/ninja.php b/config/ninja.php new file mode 100644 index 000000000000..e418c67930c5 --- /dev/null +++ b/config/ninja.php @@ -0,0 +1,8 @@ + 'https://www.invoiceninja.com', + 'app_url' => 'https://app-v5.invoiceninja.com', + +]; diff --git a/config/services.php b/config/services.php index 55a520e2141b..25e1e526e750 100644 --- a/config/services.php +++ b/config/services.php @@ -14,6 +14,10 @@ return [ | */ + 'analytics' => [ + 'tracking_id' => env('TRACKING_ID'), + ], + 'mailgun' => [ 'domain' => env('MAILGUN_DOMAIN'), 'secret' => env('MAILGUN_SECRET'), diff --git a/resources/views/master.blade.php b/resources/views/master.blade.php new file mode 100644 index 000000000000..0f5f8b1c0556 --- /dev/null +++ b/resources/views/master.blade.php @@ -0,0 +1,71 @@ + + +
+ + + + + @if (config('services.analytics.tracking_id')) + + + @else + + @endif + + +