Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Releases: samturrell/laroute

Replaces 'toArray()' with 'jsonSerialize()'

08 Mar 11:06
4200bf1
Compare
Choose a tag to compare

Fixes an issue in Laravel 6 with running the generate command.

Fixes #3

Add support for Laravel 6+

05 Jun 18:30
bede1a4
Compare
Choose a tag to compare

The package currently uses array_only which has been removed in favour of Arr::only(). This PR makes this switch to allow the package to work with Laravel 6+ whilst maintaining backwards compatibility.

Fixes current route helper

17 Jan 22:17
cdb1d42
Compare
Choose a tag to compare

laroute.route() current route functionality now returns the correct route with route parameters (#1)

Initial release

18 Nov 19:32
Compare
Choose a tag to compare
0.1.0

Removed more redundencies