- Add Laravel 8 support
- Teamwork class can be resolved through type hinting (If you prefer, you can still use the Facade). Thanks to @rmccullagh.
- Fixed installation for Laravel 6.17 and below. Thanks to @oliuz.
- Fixed docs compatibility note.
- Added Laravel 6 and 7 Support.
- Added Laravel 5.2 support.
- Remove redundant word by @ubpon in #154
- Added function createOwnedTeam to UserHasTeams by @khatriafaz in #155
Full Changelog: https://github.com/mpociot/teamwork/compare/8.0.0...8.1.0
- Removed support for obsolete versions of Laravel and PHP.
- Do no longer run tests for
prefer-lowest
versions.