- Error in teams migration has been solved.
- Laravel 8 support.
- Refactoring controllers.
- Implemented Route Model Binding
- Added delete invitation functionality and Invite handler refactored
- Changed simple emails view to markdown mailable class and Added Mailable class
- Added flashing messages on actions of controllers
- Removed olded Laravel versions, only supported 6.0 and above
- Resolved that the team owner cannot send emails to himself.
- Fixed psr-4 autoloading standard
- Fixed error, that did not meet the standards psr-4 autoloading and this will not autoload anymore in Composer v2.0.
- Bug fixed.
- Added Laravel v7 Support.
- Added Laravel v6 Support.
- Fixes index view.
- Update Views & Bug Fixes The views to bootstrap 4 were updated and a modal window for the creation of the team was implemented and errors in the migrations were fixed when creating a team.
- Added function for the creation of the model Team in App folder with the php artisan command make: teamwork.
- Added Validation Request in TeamController.
- Added Laravel 5.8 support.
- Added Laravel 5.2 support.