-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add support for laravel 6.0 #1
Comments
Could you add support for 6.0 please? |
is there any issues with this running on laravel 6? |
yes, see below
|
@timbertens oh, I see. If you don't mind, could you fork it, manually change composer.json and see if works fine? I'd happily accept accept your pull request. I don't have a laravel project right now to test it |
Forgot to mark this fixed in my PR, but it can be closed now. |
I was just going to add something to this: can you also mark a new tag/release to make it actually installable? I think it would be good to bump up to version 2.0.0 to get on track with semantic versioning (or even version 6 if you want to go parallel to laravel) |
Sure! Forgot to tag it, thanks @juventus18 ! I've read about semantic versioning in laravel and I think it's very nice! This package is basically an adaptation of Arcanedev/LogViewer for the backpack backend. I see minor improvements in the logViewer since 5.0: https://github.com/ARCANEDEV/LogViewer/releases and a big release (v4) for backpack since v3: https://github.com/Laravel-Backpack/CRUD/releases So there's the option of going semantic with LogViewer, Backpack or Laravel, what do you think? |
I think its pretty arbitrary right now what you pick the version to be, as long as you follow the https://semver.org/ guidelines going forward. I'd probably just go with v2.0.0 since, as you point out, there are a lot of targets to try and make a parallel version, so it doesn't make much sense. |
@eduardoarandah latest release wasn't on |
@justinmoh you're right! looks like github deprecated the sync method I was using in favor of webhooks. It's synced now ;-) |
No description provided.
The text was updated successfully, but these errors were encountered: