Python Tips
Useful Python tricks...
~^/post/(?<id>\d+)/(?<slug>[\w\-]+)$~i
single
/post/4/python-tips
PostController@show
python-tips
[0] => '/post/4/python-tips' 'id' => '4' [1] => '4' 'slug' => 'python-tips' [2] => 'python-tips'
Comments (4)
Leave a Comment