cybercog / laravel-eloquent-flag

Laravel Eloquent boolean & timestamp flagged attributes behavior.
https://komarev.com/sources/laravel-eloquent-flag
MIT License
133 stars 21 forks source link

Add ended and invited flags #31

Closed zagreusinoz closed 6 years ago

zagreusinoz commented 6 years ago

This addresses part of #7. I needed these flags for a project of mine. I will try to remember to go back and do the others in that issue when my current project is done.

zagreusinoz commented 6 years ago

The PHP5.6 build failed due to laravel no longer supporting it I guess.

antonkomarev commented 6 years ago

@zagreusinoz thank you for contribution!

This happens because phpunit requires PHP >= 7.0 . I accept adding of .idea directory to .gitignore rules but I'd recommend you to add it to global gitignore on your own machine. Because different IDEs uses different temporary directories, and each developer should care about own development environment.

Will be able to check and merge it today evening.

antonkomarev commented 6 years ago

@zagreusinoz code merged. I've added you to Contributors in README. Travis tests fixed too.