-
Notifications
You must be signed in to change notification settings - Fork 925
Upgrade to Laravel 11, PHP 8.2.7, PHP-FPM 3.1.6 #42
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
Conversation
This bumps PHP up to v8.2.7
This is noted in their own repo as no longer being needed.
And related libraries
the previous library is abandoned
Which is not installed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the thorough work here @paulprins! Really appreciate the clean commits and commit messages.
"require-dev": { | ||
"beyondcode/laravel-dump-server": "^1.0", | ||
"filp/whoops": "^2.0", | ||
"fzaninotto/faker": "^1.4", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for swapping this out. I see fzaninotto/faker was abandoned.
|
||
| Key | Value | | ||
| --------------- | --------------- | | ||
| `DATABASE_URL` | The **internal connection string** for the database you created above. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for cleaning this up!
Just put up a separate PR to update our docs page |
It's working and had a successful test deployement to Render.
The current version of this repo is using a dangerous unsupported version of PHP, and a very old version of Laravel. I hope that by updating it to the most current version it will encourage people to upgrade their existing projects, or to start new proejcts with current versions.