yajra/laravel-disqus
A simple Disqus platform integration with Laravel.
Maintainers
v1.2.2
2020-03-07 02:33 UTC
Requires
- php: >=5.5.9
- illuminate/filesystem: *
- illuminate/support: *
Requires (Dev)
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 0a163934880125bd441f1f727a5290e9a5e893aa
- Arjay Angeles <aqangeles.woop@gmail.com>
README
👁 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 aqangeles@gmail.com instead of using the issue tracker.
Credits
Buy me a coffee
License
The MIT License (MIT). Please see License File for more information.
