-
released this
2025-07-01 16:47:56 +00:00 | 13 commits to main since this releaseUpdate existing generatePath() method in the Router class to generate paths with dynamic values. This should allow developers to create URLs with parameters or dynamic segments without manually concatenating strings.
Example:
Assuming dynamic segment userID
$router->generatePath('profile', [ 'userID' => 123 ]);
Output: '/account/profile/123'Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)