All notable changes to laravel-url
will be documented in this file
- Support Laravel 6.0
- Fix getUrl method returning void when url relationship is not present
- Replaced deprecated Laravel helper functions with their stable methods
- Support Laravel 5.8
- Transferred ownership to the Neurony organisation
- Changed package name in
composer.json
file fromzbiller/laravel-url
toneurony/laravel-url
- Changed namespace from
Zbiller\Url
toNeurony\Url
- Updated continuous integration badges to point to the newly transferred repository
- Initial release