remove config crap

This commit is contained in:
Dr Masroor Ehsan 2025-01-21 23:34:18 +06:00
parent f8450ea6cc
commit 19518c9b09

View File

@ -3,27 +3,7 @@
// Variables // Variables
return [ return [
'creatorName' => 'Dr. Masroor Ehsan', 'creatorName' => 'Dr. Masroor Ehsan',
'creatorUrl' => 'https://google.com', 'creatorUrl' => '#',
'templateName' => 'RadSparc', 'templateName' => env('APP_NAME', 'RadFusion'),
'templateSuffix' => 'RadSparc PACS', 'templateSuffix' => env('APP_NAME', 'RadFusion'),
'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/',
]; ];