Skip to content

Commit

Permalink
update install script
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Oct 7, 2022
1 parent a4b1d9c commit 7fefbc1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/Console/InstallVilt.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,11 @@ public function handle()
$this->callSilent('migrate');
if($theme === "1"){
$this->info('Add THEME_MODULE=UI to .env');
$this->info('After Add To .env Please run yarn i & yarn build');
$this->info('After Add To .env Please run yarn i & yarn build and run migration');
}
else if($theme === "2"){
$this->info('Add THEME_MODULE=FilamentUI to .env');
$this->info('After Add To .env Please run yarn & yarn add tippy.js & yarn build');
$this->info('Add THEME_MODULE=Filamentui to .env and add "Filamentui": true to modules_statuses.json and run migration');
$this->info('After Add To .env Please run yarn & yarn build');
}
}

Expand Down
6 changes: 5 additions & 1 deletion src/Publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,22 @@
"filepond": "^4.30.4",
"filepond-plugin-file-validate-type": "^1.2.8",
"filepond-plugin-image-preview": "^4.6.11",
"firebase": "^9.10.0",
"moment": "^2.29.4",
"tailwindcss-rtl": "^0.9.0",
"tippy.js": "^6.3.7",
"vue-draggable-next": "^2.1.1",
"vue-easy-lightbox": "^1.8.0",
"vue-filepond": "^7.0.3",
"vue-flatpickr-component": "^9.0.6",
"vue-lazyload": "^3.0.0-rc.2",
"vue-spinner": "^1.0.4",
"vue-swatches": "^2.1.1",
"vue3-cookies": "^1.0.6",
"vue3-editor": "^0.1.1",
"vue3-swatches": "^1.0.10",
"vue3-tabs-component": "^1.1.0",
"vue3-tel-input": "^1.0.4"
"vue3-tel-input": "^1.0.4",
"vuejs-title": "^1.0.16"
}
}
4 changes: 0 additions & 4 deletions src/Publish/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,5 @@ module.exports = {
}),
require("@tailwindcss/line-clamp"),
require("tailwindcss-rtl"),
require("daisyui"),
],
daisyui: {
themes: false,
},
};

0 comments on commit 7fefbc1

Please sign in to comment.