BRACKETS-by-TRIAD / craftable-pro-docs

Craftable PRO is an admin panel for your Laravel project build with InertiaJS, Vue and TailwindCSS.
https://docs.craftable.pro
MIT License
7 stars 1 forks source link

Composer update - v1.1.22 #75

Open Felda01 opened 10 months ago

Felda01 commented 10 months ago

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"):

image

Is there documentation on which PHP packages/extensions are required?

Thanks,

palypster commented 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.