A software forge is a collaboration platform allowing collaborative software development over the Internet. A forge platform aggregates a set of applications with integrated Web interfaces, and generally hosts multiple independent projects. Software developers who are registered as contributors to the hosted projects can then use the various project management tools, and software development tools.
Questions tagged [forge]
593 questions
15
votes
1 answer
Composer hangs on "Resolving dependencies through SAT" on 4.2
Things I've tried:
Removing everything except for Laravel (version 4.2.*) - This completes but still hangs for around 5 minutes
Updating composer
Removing /vendor
Doing clean Laravel 4.2 install (hangs around 3 minutes)
Doing clean Laravel 5…

Sabrina Leggett
- 9,079
- 7
- 47
- 50
13
votes
3 answers
Increase upload_max_filesize via Forge
Error: 413 Request Entity Too Large
I have attempted to increase upload_max_filesize to 20M using the Edit PHP FPM Configuration and Edit PHP CLI Configuration tools in Laravel Forge. It successfully saves my settings, but the changes don't seem to…

Donnie
- 6,229
- 8
- 35
- 53
11
votes
0 answers
Laravel Queue Driver not calling handle() on jobs, but queue:listen daemon is logging jobs as processed
I've taken over a Laravel 5.2 project where handle() was being called successfully with the sync queue driver.
I need a driver that supports dispatch(..)->delay(..) and have attempted to configure both database and beanstalkd, with numerous…

Holly Grant
- 121
- 1
- 5
9
votes
1 answer
Uploading Specific Vendor files with Laravel's Envoyer
I'm trying to upload only specific vendor files to my server using Laravel Forge.
The reason is because I've edited the code in some of my dependencies, whats happening now is that certain features of my site are breaking because when I push from…

Luna
- 537
- 1
- 12
- 26
8
votes
2 answers
Cannot use connection to Gradle distribution 'xxxx' as it has been stopped
so I have never had this happen before, I am trying to load a gradle project in IntelliJ idea, but I keep getting this following error.
Cannot use connection to Gradle distribution 'https://services.gradle.org/distributions/gradle-3.0-bin.zip' as it…

SamHoque
- 2,978
- 2
- 13
- 43
8
votes
2 answers
Forge Errors with reading p12 and pfx files
I am having the following errors when trying read/decode p12 and pfx files:
Cannot read PKCS#12 PFX. ASN.1 object is not an PKCS#12 PFX
Too few bytes to read ASN.1 value.
I am trying to read the file in Javascript with the following:

RavenBellVanessa
- 83
- 1
- 5
7
votes
1 answer
Can I use official apns (or easy apns) with the push notification?
I want to use easy apns with the iphone app, but I don't know whether can use apns with forge(don't use Parse service), I cannot found any APIs for this, and within phoneGap, I can edit the native objective-c code to handle this.

Winson
- 769
- 6
- 17
6
votes
1 answer
Laravel Forge: Repository Not Found
Running into this error on forge and I'm not sure what to try next. Here's the situation and what I've tried thus far.
Cloning into '{site_name}'...
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you…

Panda4Man
- 585
- 2
- 9
- 17
6
votes
3 answers
Debug electron-forge app with VSCode
I'm trying to debug my electron-forge project with VSCode (electron main process, not render) but getting erros everywhere. I installed electron-forge package with all dependencies and init my project.
I followed this instruction and my launch.json…

Stepii
- 142
- 3
- 10
6
votes
1 answer
Laravel Forge - multiple sites on the same server
I have over the past months tried to learn myself about php/laravel. I have made some laravel hobby apps which i was thinking of putting on a server, so i could use them.
I am using digitalocean for the server and laravel forge for easy deployment.…

user7376271
- 81
- 1
- 3
6
votes
2 answers
Issues accessing the (forge-environment) from OSX command line
I'm following the Trigger.io Forge tutorials and I can't get to work properly from the command line on OSX 10.8.
Using the terminal and the Forge tutorials, I go to the forge-workspace folder and type this into the terminal:
$HOME/Library/Trigger\…

Matt Mireles
- 61
- 2
6
votes
1 answer
Is it possible to listen for touches on the physical Android back button?
I couldn't find it in the docs, is there a module, or some other way to catch events from the android back button? If not it would be a nice and probably quick module to add.

Sam Schooler
- 355
- 3
- 9
5
votes
2 answers
Laravel Forge - access app by naked IP instead of domain name
I have a laravel app on production (using Laravel Forge and a Digital Ocean droplet).
I'm able to access the app via www.domain.com, but if I try with the server's IP I get a 404 (nginx).
How can I manage to access the app with the IP…

chartalex
- 51
- 4
5
votes
1 answer
How to allow external custom domains to run a Laravel app on my server?
My app is a Laravel app, running on Nginx, provisioned by Forge, and SSL certificates are provided by CloudFlare.
It is hosted at a URL like https://www.myapp.com
My app’s customers are businesses, and already own their…

itinerix
- 63
- 5
5
votes
2 answers
Laravel Forge - Update Server Public SSH key
So, for some reason I deleted my servers forge accounts SSH keys and created new ones. Now Laravel forge still has the old public key and it's the same it added to github. Is there a way to update the public ssh key that forge uses for my server

Evans M.
- 1,791
- 16
- 20