PHPnews.io

A Thread Should Be Assigned a Channel

Written by Laracasts / Original link on Mar. 21, 2017

Right now, all threads are thrown into the same "global" namespace, so to speak. Ideally, we should assign each thread to a channel. That way, for a development forum, we may easily filter threads by PHP, or JavaScript, or Servers. View the source for this lesson on GitHub.

laracasts

« How to Test Validation Errors - Building maintainable PHP apps using Composer »