It's the first time I'm updating Flaurm after installing it. I'm running v1.0.3 currently.
When I ran this command in public_html
folder:
composer update --prefer-dist --no-plugins --no-dev -a --with-all-dependencies
It said this:
Loading composer repositories with package information
Updating dependencies
Nothing to modify in lock file
Installing dependencies from lock file
Nothing to install, update or remove
Generating optimized autoload files
Am I supposed to run the update command in Flarum
folder? Or the Public
folder inside Flarum
folder? Because running it in public_html
doesn't seem to be working.