diff --git a/config/variables.php b/config/variables.php index 2f31d81..4bdb1f4 100644 --- a/config/variables.php +++ b/config/variables.php @@ -3,27 +3,7 @@ // Variables return [ 'creatorName' => 'Dr. Masroor Ehsan', - 'creatorUrl' => 'https://google.com', - 'templateName' => 'RadSparc', - 'templateSuffix' => 'RadSparc PACS', - 'templateVersion' => '2.0.1', - 'templateFree' => false, - 'templateDescription' => 'RadSparc – is the most developer friendly & highly customizable Admin Dashboard Template.', - 'templateKeyword' => 'dashboard, material, material design, bootstrap 5 dashboard, bootstrap 5 design, bootstrap 5', - 'licenseUrl' => 'https://themeforest.net/licenses/standard', - 'livePreview' => 'https://pixinvent.com/materialize-bootstrap-laravel-admin-template/', - 'productPage' => 'https://1.envato.market/materialize_admin', - 'support' => 'https://pixinvent.ticksy.com/', - 'moreThemes' => 'https://1.envato.market/pixinvent_portfolio', - 'documentation' => 'https://demos.pixinvent.com/materialize-html-admin-template/documentation', - 'generator' => '', - 'changelog' => 'https://demos.pixinvent.com/materialize/changelog.html', - 'repository' => 'https://github.com/pixinvent/materialize-html-laravel-admin-template', - 'gitRepo' => 'materialize-html-laravel-admin-template', - 'gitRepoAccess' => 'https://tools.pixinvent.com/github/github-access', - 'facebookUrl' => 'https://www.facebook.com/pixinvents/', - 'twitterUrl' => 'https://twitter.com/pixinvents', - 'githubUrl' => 'https://github.com/pixinvent', - 'dribbbleUrl' => 'https://dribbble.com/pixinvent', - 'instagramUrl' => 'https://www.instagram.com/pixinvents/', + 'creatorUrl' => '#', + 'templateName' => env('APP_NAME', 'RadFusion'), + 'templateSuffix' => env('APP_NAME', 'RadFusion'), ];