-
-
Notifications
You must be signed in to change notification settings - Fork 836
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
illuminate/laravel 5.7 #1698
illuminate/laravel 5.7 #1698
Conversation
I guess we don't really need the manager class anyway, we can just instantiate the log driver we want to use manually. |
We will revamp the authorisation code separately soon, but for now this is fine :) Are there any other changes required? |
Not sure yet. I like to run these changes with a working test suite. @franzliedke the problem is that our tests use the Mail driver Some of our options:
|
Let's wait, no rush to get this merged |
5.7.18 and .19 are tagged, moving forward. |
Final decision has to be made about the Gate contract and or User/Gate implementation, it now has 5 methods which are not implemented. Everything else seems 👍 good to go. |
If I understood Toby right, he wants to take care of revamping |
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 taking care of this. 👍
Fixes #1640
Changes proposed in this pull request:
Reviewers should focus on:
Confirmed
php vendor/bin/phpunit
).Required changes:
Related documentation PR: (Remove if irrelevant)Related core extension PRs: (Remove if irrelevant)