fiveai / Cachet

📛 An open source status page system for everyone.
https://cachethq.io
BSD 3-Clause "New" or "Revised" License
101 stars 28 forks source link

Partial support of laravel 6 #75

Open JonathanMM opened 2 years ago

JonathanMM commented 2 years ago

Hello, I tried to update cachet, with using laravel 6. This update fix #71 since cachet can run now with PHP 7.4 (and probably PHP 8.0, but I didn't test it). BUT, some things are broken, I have limited knowledge in laravel (I never use it before today :) ). For example, if a component have an issue registered in cachet, the homepage is broken (well, since it is the main purpose of cachet, I think this error is critical :) ). Works on this PR:

I hope this PR can be helpful for other developer who knows laravel.