I think I missed something - I have my modlibrary.yml, modpacks.yml, and the folder with the resources set up, but nothing is importing into Solder. Do I need to run an import on another database? I've tried doing another artisan migrate like it says in the docs under "updating solder", but it just tells me "No outstanding migrations." None of the mods in my modlibrary.yml are showing up in the dashboard, and my modpack isn't showing up either.
In case it helps, both my repo_location and mirror_url are set to website/ModRepo/, and I can browse to it and see my files there.
File structure:
\ModRepo\
modilbrary.yml
modpacks.yml
\ModRepo\cyberdyne\
modpack.yml
\ModRepo\cyberdyne\resources\
background.jpg
icon.png
logo_180.png
\ModRepo\mods
a whole bunch of different folders, mirroring the ones from the tekkitlite git.
Any ideas?