Looks like that as of today the v7 of the docs is not available anymore:
https://docs.spatie.be/laravel-medialibrary/v7/introduction
gives me a 404.
v6 is working fine, but it's missing stuff.
https://docs.spatie.be/laravel-medialibrary/v6/introduction
Thank you for bringing this to my attention, we鈥檒l fix this soon.
Yes, v7 docs disappeard few mins ago.
@riasvdv is on it to bring back the docs. Meanwhile you could just use the /docs directory in this repo.
how strange. The commit to remove the docs looks intentional. There's a mention of it in the changelog too.
All back! The removal of the docs was indeed intentional for archive downloads (composer uses this) to not pollute and increase people's vendor folders too much.
We used the same archive download for generating the docs, but this change broke it, so now we use a sparse checkout instead!
thx
Most helpful comment
All back! The removal of the docs was indeed intentional for archive downloads (composer uses this) to not pollute and increase people's vendor folders too much.
We used the same archive download for generating the docs, but this change broke it, so now we use a sparse checkout instead!