Skip to content

Releases: laravelista/loki

Fix for middleware in Laravel > 5.6

18 Feb 13:24
Compare
Choose a tag to compare
3.4.0

Fixes bug in middleware when using laravel > 5.6.

Laravel 6 support

13 Sep 08:31
Compare
Choose a tag to compare
3.2.0

Laravel 6 support.

PHP 7.3 Support

11 Feb 08:09
0898195
Compare
Choose a tag to compare

Fixed bug when route is not found

15 Sep 22:28
8e81e59
Compare
Choose a tag to compare

Fixed getLocalized methods

15 Jul 12:05
Compare
Choose a tag to compare

The methods getLocalizedRoute and getLocalizedUrl were not including the config option for hiding the default locale when the route name or path was provided.

Support for non localized routes - major changes

14 Jul 22:58
Compare
Choose a tag to compare

In this release fixed: #1

Changes:

  • Class names are now more meaningful (ServiceProvider, Middleware, Loki, UrlGenerator)
  • removed __route and __url helper methods (No more Miek)
  • non localized routes are located in routes/web.php
  • localized routes are located in routes/loki.web.php
  • translated routes are located in the same files routes/{locale}.web.php
  • routes file loki.web.php can now be published (see readme)
  • added helpers for retrieving current URL in different locale and specific URL (route) in different locale (see helpers chapter in the readme)

Fixed redirect()->route()

07 Jul 21:08
Compare
Choose a tag to compare
2.0.1

Fixed redirect()->route() to work.

Managed to overwrite route and url helper methods

07 Jul 12:07
Compare
Choose a tag to compare
2.0.0

Managed to overwrite route and url helpers.

First version

06 Jul 12:20
Compare
Choose a tag to compare

Here goes something.