Getting Started with SQLite
SQLite is a lightweight database...
~^/post/(?<id>\d+)/(?<slug>[\w\-]+)$~i
single
/post/1/sqlite-intro
PostController@show
sqlite-intro
[0] => '/post/1/sqlite-intro' 'id' => '1' [1] => '1' 'slug' => 'sqlite-intro' [2] => 'sqlite-intro'
Comments (4)
Leave a Comment