예제 #1
0
 public function addRoutes(RegisterForumRoutes $event)
 {
     $event->get('/t/{slug}', 'tags.forum.tag');
     $event->get('/tags', 'tags.forum.tags');
 }
예제 #2
0
 public function addRoutes(RegisterForumRoutes $event)
 {
     $event->get('/following', 'flarum.forum.following');
 }
예제 #3
0
 public function addLoginRoute(RegisterForumRoutes $event)
 {
     $event->get('/login/github', 'github.login', 'Flarum\\Github\\LoginAction');
 }