-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to locate package php7.4-swoole #1
Comments
hey thanks @darshithedpara for using this tool! currently, all php presets only install default extensions; no framework-specific extensions are included to keep it minimal. we’ll add a laravel-specific preset in the future to install everything needed for laravel. in the meanwhile you can try to install your extension manualy: sudo apt install php7.4-swoole |
Laravel preset has been added: curl -fsSL https://tryphp.dev/presets/laravel | bash |
Wow so fast 🔥 curl -fsSL https://tryphp.dev/7.4/install.sh | bash but this is broken FYI. |
would you illustrate more ? |
I tried in fresh installation. OS : Ubuntu noble 24.04 x86_64 curl -fsSL https://tryphp.dev/7.4/install.sh | bash The command ends with the below output.
|
hmm indeed the PHP presets include |
First of all, this is so cool 🎉
I believe Laravel should use something like this instead of
https://php.new
which provides only php8.3I was installing php7.4 but it ended with errors.
The text was updated successfully, but these errors were encountered: