Create Dynamic Routes
Now, you can create dynamic routes by:
create a file named like this [RouteName]_dynamic.ahmed.php like
post_dynamic.ahmed.php
blog_dynamic.ahmed.php
You can get a data by this
and user can access by [URL]/[FileName] without _dynamic.ahmed.php/[data]
like
http://localhost/post/1
http://localhost/blog/2
Last updated