PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved

Route name for chatter

nessus-linux

Sep 10th, 2017 01:56 PM

Hi! I installed chatter on laravel, I would like to include forums link somewhere so that I can access it from a button or href. After have listingg route I got "forums" like route name for forum discussion, but when I included it got "Route [forums] not defined." What wrongs please?

nessus-linux

Sep 10th, 2017 02:00 PM

Hum... Problem resolved. I've just copied output of "php artisan route:list" in a file then i saw easily the route name was "chatter.home" inside of "forums". Thank... It can help some...