Skip to content

Instantly share code, notes, and snippets.

@cretueusebiu
Created March 22, 2017 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cretueusebiu/35eb81032beca22195ecd3208a3b6f03 to your computer and use it in GitHub Desktop.
Save cretueusebiu/35eb81032beca22195ecd3208a3b6f03 to your computer and use it in GitHub Desktop.
Laravel Comments guide for 5.1

If you plan to enable mail notifications you must install the Laravel Notification Channels Backport package.

Before you run the migrate command make sure you publish the migrations with:

php artisan vendor:publish --provider="Hazzard\Comments\CommentsServiceProvider" --tag=migrations

You can clone the demo for 5.1 to play around before using the script in your app.

For Laravel 5.1 and 5.2 the broadcast option has been disabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment