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

Add option to check soft deleted models for uniqueness #17

Closed
wants to merge 1 commit into from
Closed

Add option to check soft deleted models for uniqueness #17

wants to merge 1 commit into from

Conversation

marcusmoore
Copy link

This is an attempt to address #12. I apologize if this isn't what the author intended but I think I understood correctly.

I'm not sure about the naming and I'm open to feedback.

I just realized for forgot to update the readme. Let me know if you intend to pull this in and I'll update it.

@freekmurze
Copy link
Member

This PR fails on Laravel 5.1

https://travis-ci.org/spatie/laravel-sluggable/jobs/168503651#L368

Could you fix that error?

@marcusmoore
Copy link
Author

marcusmoore commented Oct 18, 2016

I wasn't able to figure it out yet. It looks like the issue is with Laravel 5.2's SoftDeletes. I'll work on it again tonight. Feel free to throw any pointers my way.

@marcusmoore
Copy link
Author

Actually, I just looked at your comment again @freekmurze, I'm not sure but looking at the raw log from travis here isn't it installing 5.2? If I remember correctly, 5.2 is what was installed on my machine when I ran composer update --prefer-lowest.

Does that sound right?

@freekmurze
Copy link
Member

You're right, it's in Laravel 5.2 that this PR fails

@freekmurze
Copy link
Member

Hi, because in our projects we're probably never going to use soft deletes, I've decided to not merge this in.

@freekmurze freekmurze closed this Apr 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants