mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[GH-ISSUE #128] About installing via Composer #89
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#89
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mozgbrasil on GitHub (Feb 19, 2019).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/128
Hello good afternoon
About installing via Composer
If possible make use of Composer
@prasathmani commented on GitHub (Feb 20, 2019):
it is not possible now.
@AdrienPoupa commented on GitHub (Jul 29, 2020):
I think the author should really support composer, as it is the best way to version dependencies. However, we can get around it.
This is how I did it:
composer.json
This will retrieve the files from the tag 2.4.3. To update in the future, change the tag by the latest version.
Create a PHP file where you want TinyFileManager to be loaded:
Copy the config.php file from the repo next to the newly created file and update your settings from there.