All Projects → yajra → Laravel Disqus

yajra / Laravel Disqus

Licence: mit
A simple Disqus platform integration with Laravel.

Projects that are alternatives of or similar to Laravel Disqus

Comments
Native comments for your Laravel application.
Stars: ✭ 390 (+449.3%)
Mutual labels:  hacktoberfest, comments, laravel
Leasot
Parse and output TODOs and FIXMEs from comments in your files
Stars: ✭ 729 (+926.76%)
Mutual labels:  hacktoberfest, comments
Platform
A modular multilingual CMS built with Laravel 5.
Stars: ✭ 719 (+912.68%)
Mutual labels:  hacktoberfest, laravel
Laravel Sri
Subresource Integrity hash generator for laravel
Stars: ✭ 23 (-67.61%)
Mutual labels:  hacktoberfest, laravel
Laravel Boilerplate
Laravel Boilerplate / Starter Kit with Gentelella Admin Theme
Stars: ✭ 704 (+891.55%)
Mutual labels:  hacktoberfest, laravel
Artisan View
👀 Manage your views in Laravel projects through artisan
Stars: ✭ 708 (+897.18%)
Mutual labels:  hacktoberfest, laravel
Tenancy
Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups.
Stars: ✭ 916 (+1190.14%)
Mutual labels:  hacktoberfest, laravel
Laravel Mediable
Laravel-Mediable is a package for easily uploading and attaching media files to models with Laravel 5.
Stars: ✭ 541 (+661.97%)
Mutual labels:  hacktoberfest, laravel
Laravel Guided Image
Simplified and ready image manipulation for Laravel through intervention image.
Stars: ✭ 32 (-54.93%)
Mutual labels:  hacktoberfest, laravel
Laravel Weather
🌤️ A wrapper around Open Weather Map API (Current weather)
Stars: ✭ 36 (-49.3%)
Mutual labels:  hacktoberfest, laravel
Laravel Packager
A cli tool for creating Laravel packages
Stars: ✭ 1,049 (+1377.46%)
Mutual labels:  hacktoberfest, laravel
Mouthful
Mouthful is a self-hosted alternative to Disqus
Stars: ✭ 681 (+859.15%)
Mutual labels:  comments, disqus
Laravel Translatable
A Laravel package for multilingual models
Stars: ✭ 624 (+778.87%)
Mutual labels:  hacktoberfest, laravel
Orm
A drop-in Doctrine ORM 2 implementation for Laravel 5+ and Lumen
Stars: ✭ 712 (+902.82%)
Mutual labels:  hacktoberfest, laravel
Core
Simple forum software for building great communities.
Stars: ✭ 5,372 (+7466.2%)
Mutual labels:  hacktoberfest, laravel
Laravel Adminpanel
A Laravel Admin Panel (Laravel Version : 6.0)
Stars: ✭ 774 (+990.14%)
Mutual labels:  hacktoberfest, laravel
Laravel Philips Hue
Laravel Philips Hue package to control your lights with remote support
Stars: ✭ 67 (-5.63%)
Mutual labels:  hacktoberfest, laravel
Laravel Dompdf
A DOMPDF Wrapper for Laravel
Stars: ✭ 4,978 (+6911.27%)
Mutual labels:  hacktoberfest, laravel
Tenanti
[Package] Multi-tenant Database Schema Manager for Laravel
Stars: ✭ 525 (+639.44%)
Mutual labels:  hacktoberfest, laravel
Sentry Laravel
Laravel SDK for Sentry
Stars: ✭ 927 (+1205.63%)
Mutual labels:  hacktoberfest, laravel

Laravel - Disqus Platform Integration

Latest Version on Packagist Software License Total Downloads

A simple package integrating Disqus platform with Laravel.

Install

  • Via Composer
$ composer require yajra/laravel-disqus

Providers and Config

If you are using Laravel 5.5+ then the steps below are optional.

  • Register service provider
Yajra\Disqus\DisqusServiceProvider::class
  • Publish config
$ php artisan vendor:publish --tag=disqus

Config

Append the following config on your .env file.

DISQUS_ENABLED=true
DISQUS_USERNAME=your_website_shortname

Usage

To display Disqus platform on your page, just add:

<div id="disqus_thread"></div>

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

Buy me a coffee

paypal Become a Patron

License

The MIT License (MIT). Please see License File for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].