Skip to content

Releases: TheDragonCode/pretty-routes

v1.3.0

05 Oct 09:49

Choose a tag to compare

Added

  • Added slash removal at the beginning of the controller path (f45e493)

v1.2.0

05 Oct 09:17

Choose a tag to compare

Added

  • Added the ability to explicitly and implicitly select a theme (cd4fa8c)

v1.1.2

03 Oct 14:21
214932f

Choose a tag to compare

Update Route.php

v1.1.1

03 Oct 14:02
971878b

Choose a tag to compare

Update routes.blade.php

v1.1.0

03 Oct 10:27

Choose a tag to compare

Merge remote-tracking branch 'origin/master' into master

v1.1.0-alpha1

02 Oct 22:30

Choose a tag to compare

v1.1.0-alpha1 Pre-release
Pre-release

VueJS integrated (multi-sortable and filtering datatable)

v1.0.2

02 Oct 13:07
0e72167

Choose a tag to compare

Fixed php version requirement

v1.0.1

02 Oct 13:02
41217c9

Choose a tag to compare

Laravel 5 support returned, but the code is written under php 7.2+

v1.0.0

02 Oct 12:49
7e77e2c

Choose a tag to compare

First self-contained release 😊

  • Fixed Class 'Route' not found: garygreen#73
  • Added definition of deprecated methods and classes: garygreen#70
  • Call to undefined method PrettyRoutes\PrettyRoutesController::getMiddleware(): garygreen#54