You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Music Folder Player=https://github.com/ltGuillaume/MusicFolderPlayer/archive/master.zip
to sites.conf in order to see if I could create my own Quick App. Unfortunately, after downloading the zip file, I found Laragon only extracted a single file to the destination folder: it only extracted the file in .zip\MusicFolderPlayer-master\music.pls\README.md to the destination root (so not in \music.pls\) and ignored all others in .zip\MusicFolderPlayer-master.
What's more, it would be useful is something like
Music Folder Player=https://github.com/ltGuillaume/MusicFolderPlayer/archive/master.zip Database=false
would define that Laragon shouldn't autocreate a database.
I think it would be quite useful if the Quick App feature would know how to extract GitHub zip files of master trees.
Another small related issue is that when the use has disabled MySQL in the settings and AutoCreateDatabase=true,
shows up even when the user has indeed clicked [Start All]. So the message is a tad unclear in this case.
@leokhoa I tried to check if this was solved in Laragon 6.0 (!) adding these lines to packages.conf:
# Test
# https://github.com/leokhoa/laragon/issues/191
Music Folder Player=https://github.com/ltGuillaume/MusicFolderPlayer/archive/master.zip Database=false
This was the result:
Can you check if this will work in Laragon 7 or fix it, if it's still not working?
This issue is fixed in version 7.0.4.
Quick-app currently doesn't support Database=false, but I've created a sub-issue to address this enhancement: #1001
I was trying to add the line
to
sites.conf
in order to see if I could create my own Quick App. Unfortunately, after downloading the zip file, I found Laragon only extracted a single file to the destination folder: it only extracted the file in.zip\MusicFolderPlayer-master\music.pls\README.md
to the destination root (so not in\music.pls\
) and ignored all others in .zip\MusicFolderPlayer-master.What's more, it would be useful is something like
would define that Laragon shouldn't autocreate a database.
I think it would be quite useful if the Quick App feature would know how to extract GitHub zip files of master trees.
Another small related issue is that when the use has disabled MySQL in the settings and

AutoCreateDatabase=true
,shows up even when the user has indeed clicked [Start All]. So the message is a tad unclear in this case.
Related: #76
The text was updated successfully, but these errors were encountered: