mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
readme update
This commit is contained in:
34
README.md
34
README.md
@@ -7,9 +7,12 @@
|
||||
- [Installation](#installation)
|
||||
- [Server Requirements](#server-requirements)
|
||||
- [Installation](#installation)
|
||||
- [Updating Application](#updating-application)
|
||||
- [Nginx Configuration](#nginx-configuration)
|
||||
- [Apache Configuration](#apache-configuration)
|
||||
- [Updating Application](#updating-application)
|
||||
- [Subscription Configuration](#subscription-configuration)
|
||||
- [Configuring Production/Testing Environment](#configuring-productiontesting-environment)
|
||||
- [Upgrading From Testing Environment to the Production Mode](#upgrading-from-testing-environment-to-the-production-mode)
|
||||
- [Developers](#developers)
|
||||
- [Running Environment On Your Localhost](#running-environment-on-your-localhost)
|
||||
- [Express Installation](#express-installation)
|
||||
@@ -70,7 +73,7 @@ Set `755` permission (CHMOD) to these files and folders directory within all chi
|
||||
- /.env
|
||||
|
||||
### 4. Open your application in your web browser
|
||||
Then open your application in web browser. If everything works fine, you will be redirected to the setup wizard installation process.
|
||||
Then open your application in web browser. If everything works fine, you will be redirected to the setup wizard installation process.
|
||||
|
||||
### 5. Server Check
|
||||
On the first page you will see server check. Make sure all items are green. If not, then correct your server setup by recommended values and refresh your setup wizard page.
|
||||
@@ -102,13 +105,17 @@ php replace_by_your_path/artisan schedule:run >> /dev/null 2>&1
|
||||
* * * * * cd /www/project_files && php artisan schedule:run >> /dev/null 2>&1
|
||||
```
|
||||
|
||||
### 8. CORS Configuration (If you Set External Storage s3 Service)
|
||||
### 8. CORS Configuration (If you Set External Storage s3 Service)
|
||||
In your s3 bucket settings you should have option to set up your CORS (Cross-Origin Resource Sharing). It's basically adding your app url to the list of allowed CORS. This step is required for reading pdf documents from s3 in your VueFileManager app without loading issues.
|
||||
|
||||
### 9. Broadcasting
|
||||
|
||||
Coming soon...
|
||||
|
||||
# Updating Application
|
||||
1. Replace all files where the app is located except `/storage` folder and `.env` file.
|
||||
2. Clear the application cache (Admin / Settings / Application).
|
||||
3. In 5 minutes the app update stuff automatically on the background if needed.
|
||||
|
||||
## Nginx Configuration
|
||||
If you running VueFileManager under Nginx, don't forget set this value in your `nginx.conf` file:
|
||||
```
|
||||
@@ -170,10 +177,21 @@ Make sure you have enabled mod_rewrite. There is an example config for running V
|
||||
</VirtualHost>
|
||||
```
|
||||
|
||||
# Updating Application
|
||||
1. Replace all files where the app is located except `/storage` folder and `.env` file.
|
||||
2. Clear the application cache (Admin / Settings / Application).
|
||||
3. In 5 minutes the app update stuff automatically on the background if needed.
|
||||
# Subscription Configuration
|
||||
|
||||
## Configuring Production/Testing Environment
|
||||
To set up your subscription, please follow these steps below.
|
||||
1. If you didn't set up your subscription type in Setup Wizard, go to the `Admin / Settings / Application` and find subscription widget. Next set value as `Fixed`.
|
||||
2. Go to the `Admin / Billings` and fill the inputs with your billing information.
|
||||
3. Go to the `Admin / Payments` and turn on the switch `Allow Subscription Payments`.
|
||||
4. Set up credentials for all payment gateway you want. If you set production mode, make sure you fill your credentials with production keys, and vice versa. If needed, don't forget to turn on `live mode` for PayPal.
|
||||
5. Set up your webhooks, you can find your webhook url in payment gateway widget.
|
||||
6. Go to the `Admin / Plans` and create your first plan. Make sure all payment gateways support the currency you want, especially for Paystack, it supports only `GHS, NGN, USD and ZAR`.
|
||||
|
||||
## Upgrading From Testing Environment to the Production Mode
|
||||
1. Go to the `Admin / Payments` and set up credentials for all payment gateway you want with production keys type. Don't forget to turn on `live mode` for PayPal.
|
||||
2. Go to the `Admin / Plans` and delete all your previously created plans. They will be archived.
|
||||
3. Create new production plans you want offer.
|
||||
|
||||
# Developers
|
||||
## Running Environment On Your Localhost
|
||||
|
||||
56
composer.lock
generated
56
composer.lock
generated
@@ -280,16 +280,16 @@
|
||||
},
|
||||
{
|
||||
"name": "aws/aws-sdk-php",
|
||||
"version": "3.219.0",
|
||||
"version": "3.219.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/aws/aws-sdk-php.git",
|
||||
"reference": "e77a9bc31fdd98d3893f398468a36e00b12db3dc"
|
||||
"reference": "3d0d24d9dad824ea4344cfc711b9989d92070aac"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/e77a9bc31fdd98d3893f398468a36e00b12db3dc",
|
||||
"reference": "e77a9bc31fdd98d3893f398468a36e00b12db3dc",
|
||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/3d0d24d9dad824ea4344cfc711b9989d92070aac",
|
||||
"reference": "3d0d24d9dad824ea4344cfc711b9989d92070aac",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -365,9 +365,9 @@
|
||||
"support": {
|
||||
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
|
||||
"issues": "https://github.com/aws/aws-sdk-php/issues",
|
||||
"source": "https://github.com/aws/aws-sdk-php/tree/3.219.0"
|
||||
"source": "https://github.com/aws/aws-sdk-php/tree/3.219.2"
|
||||
},
|
||||
"time": "2022-04-08T18:16:00+00:00"
|
||||
"time": "2022-04-12T19:03:09+00:00"
|
||||
},
|
||||
{
|
||||
"name": "bacon/bacon-qr-code",
|
||||
@@ -3290,16 +3290,16 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
"version": "v9.7.0",
|
||||
"version": "v9.8.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/framework.git",
|
||||
"reference": "54c9696ee3e558ab29317ed6e0cb16bb9db5aad4"
|
||||
"reference": "9f468689964ac80b674a2fe71a56baa7e9e20493"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/54c9696ee3e558ab29317ed6e0cb16bb9db5aad4",
|
||||
"reference": "54c9696ee3e558ab29317ed6e0cb16bb9db5aad4",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/9f468689964ac80b674a2fe71a56baa7e9e20493",
|
||||
"reference": "9f468689964ac80b674a2fe71a56baa7e9e20493",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3465,20 +3465,20 @@
|
||||
"issues": "https://github.com/laravel/framework/issues",
|
||||
"source": "https://github.com/laravel/framework"
|
||||
},
|
||||
"time": "2022-04-05T15:07:51+00:00"
|
||||
"time": "2022-04-12T15:43:03+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/sanctum",
|
||||
"version": "v2.15.0",
|
||||
"version": "v2.15.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/sanctum.git",
|
||||
"reference": "5be160413b6f37dcf8758663edeab12d0e806f56"
|
||||
"reference": "31fbe6f85aee080c4dc2f9b03dc6dd5d0ee72473"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/sanctum/zipball/5be160413b6f37dcf8758663edeab12d0e806f56",
|
||||
"reference": "5be160413b6f37dcf8758663edeab12d0e806f56",
|
||||
"url": "https://api.github.com/repos/laravel/sanctum/zipball/31fbe6f85aee080c4dc2f9b03dc6dd5d0ee72473",
|
||||
"reference": "31fbe6f85aee080c4dc2f9b03dc6dd5d0ee72473",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3530,7 +3530,7 @@
|
||||
"issues": "https://github.com/laravel/sanctum/issues",
|
||||
"source": "https://github.com/laravel/sanctum"
|
||||
},
|
||||
"time": "2022-03-28T13:53:05+00:00"
|
||||
"time": "2022-04-08T13:39:49+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/scout",
|
||||
@@ -4051,16 +4051,16 @@
|
||||
},
|
||||
{
|
||||
"name": "league/flysystem",
|
||||
"version": "3.0.15",
|
||||
"version": "3.0.16",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/thephpleague/flysystem.git",
|
||||
"reference": "3b71cd136dc0331ee87b636b25f4ee339368c718"
|
||||
"reference": "dea729954c596bdb6cdaecba6f73df9f3e2c4255"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3b71cd136dc0331ee87b636b25f4ee339368c718",
|
||||
"reference": "3b71cd136dc0331ee87b636b25f4ee339368c718",
|
||||
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/dea729954c596bdb6cdaecba6f73df9f3e2c4255",
|
||||
"reference": "dea729954c596bdb6cdaecba6f73df9f3e2c4255",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -4121,7 +4121,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/thephpleague/flysystem/issues",
|
||||
"source": "https://github.com/thephpleague/flysystem/tree/3.0.15"
|
||||
"source": "https://github.com/thephpleague/flysystem/tree/3.0.16"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -4137,7 +4137,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2022-04-08T18:36:06+00:00"
|
||||
"time": "2022-04-11T13:32:22+00:00"
|
||||
},
|
||||
{
|
||||
"name": "league/flysystem-aws-s3-v3",
|
||||
@@ -4302,16 +4302,16 @@
|
||||
},
|
||||
{
|
||||
"name": "league/mime-type-detection",
|
||||
"version": "1.9.0",
|
||||
"version": "1.10.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/thephpleague/mime-type-detection.git",
|
||||
"reference": "aa70e813a6ad3d1558fc927863d47309b4c23e69"
|
||||
"reference": "3e4a35d756eedc67096f30240a68a3149120dae7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/aa70e813a6ad3d1558fc927863d47309b4c23e69",
|
||||
"reference": "aa70e813a6ad3d1558fc927863d47309b4c23e69",
|
||||
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/3e4a35d756eedc67096f30240a68a3149120dae7",
|
||||
"reference": "3e4a35d756eedc67096f30240a68a3149120dae7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -4342,7 +4342,7 @@
|
||||
"description": "Mime-type detection for Flysystem",
|
||||
"support": {
|
||||
"issues": "https://github.com/thephpleague/mime-type-detection/issues",
|
||||
"source": "https://github.com/thephpleague/mime-type-detection/tree/1.9.0"
|
||||
"source": "https://github.com/thephpleague/mime-type-detection/tree/1.10.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -4354,7 +4354,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2021-11-21T11:48:40+00:00"
|
||||
"time": "2022-04-11T12:49:04+00:00"
|
||||
},
|
||||
{
|
||||
"name": "league/oauth1-client",
|
||||
|
||||
@@ -1,75 +1,75 @@
|
||||
{
|
||||
"/js/main.js": "/js/main.js",
|
||||
"/chunks/request.js": "/chunks/request.js?id=fea6307367e6e6ca",
|
||||
"/chunks/request-upload.js": "/chunks/request-upload.js?id=0f882d370ccf9383",
|
||||
"/chunks/setup-wizard.js": "/chunks/setup-wizard.js?id=3c2fc454c3fce8d2",
|
||||
"/chunks/status-check.js": "/chunks/status-check.js?id=33911b8a77451a0e",
|
||||
"/chunks/purchase-code.js": "/chunks/purchase-code.js?id=c1df85c34d7e9521",
|
||||
"/chunks/database.js": "/chunks/database.js?id=c686d46622194c7e",
|
||||
"/chunks/environment.js": "/chunks/environment.js?id=afbe1d1ce493f8eb",
|
||||
"/chunks/app-setup.js": "/chunks/app-setup.js?id=56ac1474e0e87cb0",
|
||||
"/chunks/admin-account.js": "/chunks/admin-account.js?id=666e7ee49b02b57c",
|
||||
"/chunks/shared.js": "/chunks/shared.js?id=5c2821fbe760e925",
|
||||
"/chunks/shared/browser.js": "/chunks/shared/browser.js?id=b01315acabcd3e60",
|
||||
"/chunks/shared/single-file.js": "/chunks/shared/single-file.js?id=35f9213d84588b26",
|
||||
"/chunks/shared/authenticate.js": "/chunks/shared/authenticate.js?id=ca8cc89fe5982782",
|
||||
"/chunks/not-found.js": "/chunks/not-found.js?id=4cb8d3a7a2212c3c",
|
||||
"/chunks/temporary-unavailable.js": "/chunks/temporary-unavailable.js?id=c71981d946a9ca71",
|
||||
"/chunks/admin.js": "/chunks/admin.js?id=16f7b7d85aabefd9",
|
||||
"/chunks/dashboard.js": "/chunks/dashboard.js?id=fc21740426a423aa",
|
||||
"/chunks/invoices.js": "/chunks/invoices.js?id=0a624b82d1c4718d",
|
||||
"/chunks/subscriptions.js": "/chunks/subscriptions.js?id=33f376a6d6902203",
|
||||
"/chunks/pages.js": "/chunks/pages.js?id=23998e89c386c5ea",
|
||||
"/chunks/page-edit.js": "/chunks/page-edit.js?id=ba309ccc95221294",
|
||||
"/chunks/plans.js": "/chunks/plans.js?id=b86c5aa8f667ff14",
|
||||
"/chunks/users.js": "/chunks/users.js?id=7d5ac62bdad89ad7",
|
||||
"/chunks/user-create.js": "/chunks/user-create.js?id=a29fdec565540fa4",
|
||||
"/chunks/plan-create/fixed.js": "/chunks/plan-create/fixed.js?id=b2e842f4f312aff2",
|
||||
"/chunks/plan-create/metered.js": "/chunks/plan-create/metered.js?id=140d3aa05e7a450e",
|
||||
"/chunks/user.js": "/chunks/user.js?id=53dc314fab72f8f2",
|
||||
"/chunks/user-detail.js": "/chunks/user-detail.js?id=598392ba77bb2681",
|
||||
"/chunks/user-storage.js": "/chunks/user-storage.js?id=0293215520c5e771",
|
||||
"/chunks/user-subscription.js": "/chunks/user-subscription.js?id=c5274a294947d9a2",
|
||||
"/chunks/user-password.js": "/chunks/user-password.js?id=3fb4538cd2283ff5",
|
||||
"/chunks/user-delete.js": "/chunks/user-delete.js?id=5a4fad364a41a35c",
|
||||
"/chunks/plan.js": "/chunks/plan.js?id=d8ffa85dc9b68966",
|
||||
"/chunks/plan-subscribers.js": "/chunks/plan-subscribers.js?id=48733b9a221da1a2",
|
||||
"/chunks/plan-settings.js": "/chunks/plan-settings.js?id=f41fe30f2273279c",
|
||||
"/chunks/plan-delete.js": "/chunks/plan-delete.js?id=6432308fb4313d44",
|
||||
"/chunks/payments.js": "/chunks/payments.js?id=051e8246e2b5c9d0",
|
||||
"/chunks/payments/billings.js": "/chunks/payments/billings.js?id=9068ff2602b50ab4",
|
||||
"/chunks/payments/settings.js": "/chunks/payments/settings.js?id=71fc3009f78d4fb8",
|
||||
"/chunks/app-settings.js": "/chunks/app-settings.js?id=692d3291fb9d2cf7",
|
||||
"/chunks/app-appearance.js": "/chunks/app-appearance.js?id=aef973f6a55425e8",
|
||||
"/chunks/app-index.js": "/chunks/app-index.js?id=6a442cd46f8ae636",
|
||||
"/chunks/app-environment.js": "/chunks/app-environment.js?id=9e0505968fc76526",
|
||||
"/chunks/app-others.js": "/chunks/app-others.js?id=7407aeeb824211f6",
|
||||
"/chunks/app-sign-in-out.js": "/chunks/app-sign-in-out.js?id=91065b9cee23b7b4",
|
||||
"/chunks/app-adsense.js": "/chunks/app-adsense.js?id=18842ed46783ea39",
|
||||
"/chunks/app-server.js": "/chunks/app-server.js?id=2813cb2498226c31",
|
||||
"/chunks/app-language.js": "/chunks/app-language.js?id=2e68060389be3dc8",
|
||||
"/chunks/homepage.js": "/chunks/homepage.js?id=4b9bf26e8b0a3e97",
|
||||
"/chunks/dynamic-page.js": "/chunks/dynamic-page.js?id=e110e8923b6ca22f",
|
||||
"/chunks/contact-us.js": "/chunks/contact-us.js?id=5ca104a75598dd39",
|
||||
"/chunks/successfully-email-verified.js": "/chunks/successfully-email-verified.js?id=3153532f0d2273c8",
|
||||
"/chunks/successfully-email-send.js": "/chunks/successfully-email-send.js?id=d630ed9f6f558509",
|
||||
"/chunks/sign-in.js": "/chunks/sign-in.js?id=be5114e1ac636bc7",
|
||||
"/chunks/sign-up.js": "/chunks/sign-up.js?id=6485e895d1352492",
|
||||
"/chunks/forgotten-password.js": "/chunks/forgotten-password.js?id=9c62b8573fbdd567",
|
||||
"/chunks/create-new-password.js": "/chunks/create-new-password.js?id=926b35b6745d99ba",
|
||||
"/chunks/settings.js": "/chunks/settings.js?id=f9d77fef45f55249",
|
||||
"/chunks/profile.js": "/chunks/profile.js?id=4f1d8cad4a4cc40c",
|
||||
"/chunks/settings-password.js": "/chunks/settings-password.js?id=359880c6417b14fe",
|
||||
"/chunks/settings-storage.js": "/chunks/settings-storage.js?id=68765cac4e648e90",
|
||||
"/chunks/billing.js": "/chunks/billing.js?id=7a4b42efea2d1682",
|
||||
"/chunks/platform.js": "/chunks/platform.js?id=259e5c427e714099",
|
||||
"/chunks/files.js": "/chunks/files.js?id=3fea7a76a035e4a4",
|
||||
"/chunks/recent-uploads.js": "/chunks/recent-uploads.js?id=61255bc9213dc775",
|
||||
"/chunks/my-shared-items.js": "/chunks/my-shared-items.js?id=28a5f528d7fc7912",
|
||||
"/chunks/trash.js": "/chunks/trash.js?id=0c96d954b4ec14d5",
|
||||
"/chunks/team-folders.js": "/chunks/team-folders.js?id=24d19010a71e37d8",
|
||||
"/chunks/shared-with-me.js": "/chunks/shared-with-me.js?id=d9981a4d60ddc8e0",
|
||||
"/chunks/invitation.js": "/chunks/invitation.js?id=6b72d3c395a75eb1",
|
||||
"/chunks/request.js": "/chunks/request.js?id=faab026c7f8e266c",
|
||||
"/chunks/request-upload.js": "/chunks/request-upload.js?id=aa9e376ed29686ee",
|
||||
"/chunks/setup-wizard.js": "/chunks/setup-wizard.js?id=19a0784e59d768ec",
|
||||
"/chunks/status-check.js": "/chunks/status-check.js?id=f82f9939c1326fe2",
|
||||
"/chunks/purchase-code.js": "/chunks/purchase-code.js?id=df5bd89528649783",
|
||||
"/chunks/database.js": "/chunks/database.js?id=15cc488117dccf7b",
|
||||
"/chunks/environment.js": "/chunks/environment.js?id=6ad94421572d1bf4",
|
||||
"/chunks/app-setup.js": "/chunks/app-setup.js?id=15938ff1ad2d6ed2",
|
||||
"/chunks/admin-account.js": "/chunks/admin-account.js?id=916450217130f3b8",
|
||||
"/chunks/shared.js": "/chunks/shared.js?id=ec06bf0d3ada0f65",
|
||||
"/chunks/shared/browser.js": "/chunks/shared/browser.js?id=11b8eb58eaf3608a",
|
||||
"/chunks/shared/single-file.js": "/chunks/shared/single-file.js?id=b6445167f46a0480",
|
||||
"/chunks/shared/authenticate.js": "/chunks/shared/authenticate.js?id=672e931a9fb0b672",
|
||||
"/chunks/not-found.js": "/chunks/not-found.js?id=9f6ce23ce5d969f1",
|
||||
"/chunks/temporary-unavailable.js": "/chunks/temporary-unavailable.js?id=f564565faa09d6d6",
|
||||
"/chunks/admin.js": "/chunks/admin.js?id=3f9153ced94aa636",
|
||||
"/chunks/dashboard.js": "/chunks/dashboard.js?id=28169f03aee0e3a0",
|
||||
"/chunks/invoices.js": "/chunks/invoices.js?id=a4785aea6257404e",
|
||||
"/chunks/subscriptions.js": "/chunks/subscriptions.js?id=51b6098a72f1fcdb",
|
||||
"/chunks/pages.js": "/chunks/pages.js?id=4529e647b15e5c98",
|
||||
"/chunks/page-edit.js": "/chunks/page-edit.js?id=fb3f9eda3dc1d15c",
|
||||
"/chunks/plans.js": "/chunks/plans.js?id=64803e40b7a125e5",
|
||||
"/chunks/users.js": "/chunks/users.js?id=8bc57edd89c4ca11",
|
||||
"/chunks/user-create.js": "/chunks/user-create.js?id=8dd9d29f024132f5",
|
||||
"/chunks/plan-create/fixed.js": "/chunks/plan-create/fixed.js?id=c994595021a98ce6",
|
||||
"/chunks/plan-create/metered.js": "/chunks/plan-create/metered.js?id=d9f1bcb1fe44a6ae",
|
||||
"/chunks/user.js": "/chunks/user.js?id=c191b906a0496fe5",
|
||||
"/chunks/user-detail.js": "/chunks/user-detail.js?id=d53bfd58090b79e2",
|
||||
"/chunks/user-storage.js": "/chunks/user-storage.js?id=a8e0bce4703232a0",
|
||||
"/chunks/user-subscription.js": "/chunks/user-subscription.js?id=3ef8231d279d83bb",
|
||||
"/chunks/user-password.js": "/chunks/user-password.js?id=23d3aee39f539a3c",
|
||||
"/chunks/user-delete.js": "/chunks/user-delete.js?id=6bea6f8cadf4d74f",
|
||||
"/chunks/plan.js": "/chunks/plan.js?id=4b267375ea9f19b3",
|
||||
"/chunks/plan-subscribers.js": "/chunks/plan-subscribers.js?id=fea2f8eaae2f3334",
|
||||
"/chunks/plan-settings.js": "/chunks/plan-settings.js?id=715ee86991d5e4db",
|
||||
"/chunks/plan-delete.js": "/chunks/plan-delete.js?id=1ad77372d342326f",
|
||||
"/chunks/payments.js": "/chunks/payments.js?id=dc4586691c25de6f",
|
||||
"/chunks/payments/billings.js": "/chunks/payments/billings.js?id=dd6c9d6a29a47808",
|
||||
"/chunks/payments/settings.js": "/chunks/payments/settings.js?id=022ba98937be861c",
|
||||
"/chunks/app-settings.js": "/chunks/app-settings.js?id=55da23af2b076069",
|
||||
"/chunks/app-appearance.js": "/chunks/app-appearance.js?id=a694a01f3641712c",
|
||||
"/chunks/app-index.js": "/chunks/app-index.js?id=efdbfa062749ca00",
|
||||
"/chunks/app-environment.js": "/chunks/app-environment.js?id=d9fc887db8c48c55",
|
||||
"/chunks/app-others.js": "/chunks/app-others.js?id=7c24086983398158",
|
||||
"/chunks/app-sign-in-out.js": "/chunks/app-sign-in-out.js?id=1cfffc99465b9a7a",
|
||||
"/chunks/app-adsense.js": "/chunks/app-adsense.js?id=a5dc9e715f8561bd",
|
||||
"/chunks/app-server.js": "/chunks/app-server.js?id=3a41e04bde0d3536",
|
||||
"/chunks/app-language.js": "/chunks/app-language.js?id=6f8d8b8e3541ca0c",
|
||||
"/chunks/homepage.js": "/chunks/homepage.js?id=832072b46053df76",
|
||||
"/chunks/dynamic-page.js": "/chunks/dynamic-page.js?id=2504793131107b1f",
|
||||
"/chunks/contact-us.js": "/chunks/contact-us.js?id=9adc7e145be4e160",
|
||||
"/chunks/successfully-email-verified.js": "/chunks/successfully-email-verified.js?id=25b805ade5230382",
|
||||
"/chunks/successfully-email-send.js": "/chunks/successfully-email-send.js?id=f4562229776d9f56",
|
||||
"/chunks/sign-in.js": "/chunks/sign-in.js?id=d064f84d1c4bf908",
|
||||
"/chunks/sign-up.js": "/chunks/sign-up.js?id=1b2d9edfb2723d1b",
|
||||
"/chunks/forgotten-password.js": "/chunks/forgotten-password.js?id=50a1bc5e4ed86ec9",
|
||||
"/chunks/create-new-password.js": "/chunks/create-new-password.js?id=f652de052dba55c1",
|
||||
"/chunks/settings.js": "/chunks/settings.js?id=690a8653abdace7e",
|
||||
"/chunks/profile.js": "/chunks/profile.js?id=0eca231475e267ab",
|
||||
"/chunks/settings-password.js": "/chunks/settings-password.js?id=3755d41eaf50a5b1",
|
||||
"/chunks/settings-storage.js": "/chunks/settings-storage.js?id=994b669a56fd417b",
|
||||
"/chunks/billing.js": "/chunks/billing.js?id=a983c29d1a4f87ba",
|
||||
"/chunks/platform.js": "/chunks/platform.js?id=9b86daee18ab692c",
|
||||
"/chunks/files.js": "/chunks/files.js?id=b0ad99a9aedbc2d8",
|
||||
"/chunks/recent-uploads.js": "/chunks/recent-uploads.js?id=70457fa45709a1ba",
|
||||
"/chunks/my-shared-items.js": "/chunks/my-shared-items.js?id=6dab4621467b1be7",
|
||||
"/chunks/trash.js": "/chunks/trash.js?id=d2c999817715fa28",
|
||||
"/chunks/team-folders.js": "/chunks/team-folders.js?id=3ecbc23e85b78144",
|
||||
"/chunks/shared-with-me.js": "/chunks/shared-with-me.js?id=93a10fd7afed9534",
|
||||
"/chunks/invitation.js": "/chunks/invitation.js?id=d5c845919b343941",
|
||||
"/css/tailwind.css": "/css/tailwind.css",
|
||||
"/css/app.css": "/css/app.css"
|
||||
}
|
||||
|
||||
@@ -371,10 +371,8 @@ export default {
|
||||
},
|
||||
subscriptionTypeChange(type) {
|
||||
events.$emit('confirm:open', {
|
||||
title: this.$t(''),
|
||||
message: this.$t(
|
||||
'subscription_type_change_warn_description'
|
||||
),
|
||||
title: this.$t('subscription_type_change_warn'),
|
||||
message: this.$t('subscription_type_change_warn_description'),
|
||||
action: {
|
||||
type: type,
|
||||
operation: 'change-subscription-type',
|
||||
|
||||
Reference in New Issue
Block a user