diff --git a/src/.gitignore b/src/.gitignore --- a/src/.gitignore +++ b/src/.gitignore @@ -21,3 +21,4 @@ yarn-error.log composer.lock resources/countries.php +resources/js/ts.js diff --git a/src/app/Utils.php b/src/app/Utils.php --- a/src/app/Utils.php +++ b/src/app/Utils.php @@ -366,6 +366,7 @@ $path = request()->path(); $opts = [ 'app.name', + 'app.company.name', 'app.url', 'app.domain', 'app.theme', diff --git a/src/resources/build/before.php b/src/resources/build/before.php new file mode 100644 --- /dev/null +++ b/src/resources/build/before.php @@ -0,0 +1,9 @@ + @@ -44,7 +44,15 @@