Ekko Versions Save

Framework agnostic PHP package for marking navigation items active.

4.0.1

3 years ago

When using with Laravel the package was not being deferred. Now it is.

4.0.0

3 years ago

Changes:

  • Drops support for PHP 7.
  • Drops support for Laravel versions lower than version 8.
  • Adds Psalm for static analysis (Level 2).

3.2.0

4 years ago

Big thanks to @cihantas for making this happen #30

3.1.0

4 years ago
  • Updates readme.
  • Removes global_helpers config option.
  • Helpers need to be manually enabled in the service provider for laravel.

3.0.1

4 years ago

Makes the service provider for Laravel backward compatible with at least version 5.7.

3.0.0

5 years ago

New features in v3

  • Framework agnostic
  • Can be modified for any custom application
  • Currently supported frameworks: Laravel (PRs are welcome!)
  • Global helper functions disabled by default
  • Supports default output value
  • Backward compatible with v1 & v2
  • Fully tested using table driven testing (data providers in PHPUnit)

2.0.0

5 years ago

Changed this repository from a Laravel package to a PHP function for marking navigation items active.

Features

  • Single function
  • Five lines of code
  • Framework agnostic
  • Supports wildcards & arrays
  • Documented
  • Tested

Starting with version 2.0.0, there is no backward compatibility with the previous releases.

See the README for usage details.

1.5.0

6 years ago

Thanks to @foo99 for making this happen.

1.4.0

6 years ago

Contributions:

  • Laravel 5.5 auto-discovery by @it-can

Thank you.