nickyeoman / phpframework

Quick, easy to use framework.
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Feature Request: Named Routes #10

Open nickyeoman opened 6 months ago

nickyeoman commented 6 months ago

Use Named Routes for easier redirects

maybe something like:

[Route('/newapp', name: 'golf')]

then:

redirect('golf');

the beginning slash of redirect could be the detection.