Open Felda01 opened 10 months ago
It looks like sodium extension is required by laravel socialite (which is weird because it's not documented anywhere, but obviously it is). So you just need to install it.
We improve our docs and add a server requirements section with the list of all php extensions required.
Hi,
update to the latest version v1.1.22 is not working for me (
composer update "brackets/craftable-pro" --with-all-dependencies
)I got this error when trying to update to a specific version (
composer require brackets/craftable-pro "1.1.22"
):Is there documentation on which PHP packages/extensions are required?
Thanks,