Skip to content

Releases: julienbourdeau/route-usage

Add php8 support

17 Jul 11:32
82783b6
Compare
Choose a tag to compare
  • support php 8
  • add custom datetime format config

0.4.1

20 Dec 15:22
Compare
Choose a tag to compare

Ignore more package routes. Thanks to @fgilio (See #18)

0.4

07 Dec 09:27
Compare
Choose a tag to compare
0.4

git diff 0.3..0.4

  • Support other databases - PR #5

    Instead of a raw MySQL query, the package is now using Eloquent
    to save the route usage entries. This brings support to other databases,
    so tests are now running using SQLite.

0.3

29 Oct 19:49
Compare
Choose a tag to compare
0.3

See changelog

0.2

28 Oct 19:18
Compare
Choose a tag to compare
0.2

git diff 0.1..0.2

  • Ignore OPTIONS http calls - PR #12

  • Ignore routes based on their name or uri - PR #6

  • Add style for HTML view - PR #8

Initial release

20 Oct 17:56
9af6c07
Compare
Choose a tag to compare
0.1

Update composer.json