Elycin / Scrap

A high performance file upload solution for ShareX.
7 stars 3 forks source link

Upgrade to Laravel 11.9 #6

Open pixeldesu opened 2 months ago

pixeldesu commented 2 months ago

Upgraded my server recently and Scrap broke because it doesn't support PHP 8 yet. Decided to take things into my own hands and went into the upgrade from Laravel 5.7 to 11.9.

Suprisingly, it was quite simple with only two things majorly breaking.

Other than that (and to be able to actually test what I was doing) I also included a development setup using DDEV.