Swipgle - Easy File Transfer (SAAS)

Swipgle - Easy File Transfer (SAAS) Last Version - Untouched

No permission to download

Ezhzvu

Member
Jul 10, 2022
34
0
6
Hello sir, you will need to use the Laravel installation process. As you are a learner you can check about it on Youtube, you will get good tutorials there.

Thanks,

Following are basic Laravel commands:

# composer install # php artisan config:clear # php artisan cache:clear # php artisan key:generate # php artisan migrate:fresh # php artisan db:seed # php artisan serve
Bro can you make tutorial please. Kind request please. I need to use this script. Please
 

waldo2022

New member
May 14, 2022
5
1
3
Bro can you make tutorial please. Kind request please. I need to use this script. Please
You need to have access to SSH. If you have a shared hosting then it won't work because most of them, if any don't offer terminal access with admin to the server. You must have at least a VPS and above such as a dedicated server.

Once you SSH into your server as root (or any other access with admin privileges) where the script instance is installed, you can simply follow these instructions:

CD (command to switch directory) to your website directory (usually public_html path, *e.g. cd /public_html/)
CD (command to switch directory) to Application (folder where to run the command, *e.g. cd /public_html/application)
then run the following command as sudo (admin): sudo composer update

done.

*path shown on the examples above would be different depending on your LAMP configuration.
 

Ezhzvu

Member
Jul 10, 2022
34
0
6
You need to have access to SSH. If you have a shared hosting then it won't work because most of them, if any don't offer terminal access with admin to server. You must have at least a VPS and above such as a dedicated server.

Once you SSH into your server as root (or any other access with admin privileges) where the script instance is installed, you can simply follow these instructions:

CD (command to switch directory) to your website directory (usually public_html path, *e.g. cd /public_html/)
CD (command to switch directory) to Application (folder where to run the command, *e.g. cd /public_html/application)
then run the following command as sudo (admin): sudo composer update

done.

*path shown on the examples above would be different depending on your LAMP configuration.
If you don't mind can you please make video how to do this. If you can. It will helpful for most of them who unknowing about these installation method
 

SalveJoy

Well-known member
Null Master
Trusted Uploader
Apr 22, 2019
410
827
100
Does anyone have the latest 2.4 version please?
Many thanks in advance :)
 
  • Like
Reactions: sessizbyu

sagar7906

Active member
Aug 27, 2020
279
179
43
India
www.greathost.in
some user face a blank screen
please goto Application/.env

and remove old .env data and paste the below code

then work fine

Code:
APP_NAME=Laravel
APP_ENV=production
APP_KEY=base64:bTWtXPlIwPVV2Lo+G8oQUajDiZKJ5p/smW89dh3qOG0=
APP_DEBUG=false
APP_URL=http://localhost

LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=dataBase-Name-ENTER-here
DB_USERNAME=database-username-here
DB_PASSWORD=database-password-here
 
  • Like
Reactions: sessizbyu

sessizbyu

Active member
Null Master
Trusted Uploader
Dec 25, 2020
505
245
43
27
Turkey
mysite.com
some user face a blank screen
please goto Application/.env

and remove old .env data and paste the below code

then work fine

Code:
APP_NAME=Laravel
APP_ENV=production
APP_KEY=base64:bTWtXPlIwPVV2Lo+G8oQUajDiZKJ5p/smW89dh3qOG0=
APP_DEBUG=false
APP_URL=http://localhost

LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=dataBase-Name-ENTER-here
DB_USERNAME=database-username-here
DB_PASSWORD=database-password-here
It's a blank version unless this is the final version. Because it contains many errors.
 

sessizbyu

Active member
Null Master
Trusted Uploader
Dec 25, 2020
505
245
43
27
Turkey
mysite.com
I'm really tired of waiting for this. Please who can update this to the latest version? If it is untouched, I can make it nulled, as long as there is a script, please someone share it.
 

Forum statistics

Threads
69,206
Messages
908,351
Members
236,894
Latest member
rydz

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu