Skip to content
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

Partial support of laravel 6 #75

Open
wants to merge 8 commits into
base: 2.6
Choose a base branch
from
Open

Conversation

JonathanMM
Copy link

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:

  • phpunit (tests runs, but I worked on a VM with basic resources, I didn't execute all tests)
  • debug console
  • install setup
  • dashboard (the redirect to login page didn't work, go directly to /auth/login)
  • homepage with empty data

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PHP 7.4 support
1 participant