Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yajra/laravel-disqus
A simple Disqus platform integration with Laravel.
https://github.com/yajra/laravel-disqus
blogs comments disqus hacktoberfest laravel
Last synced: 12 days ago
JSON representation
A simple Disqus platform integration with Laravel.
- Host: GitHub
- URL: https://github.com/yajra/laravel-disqus
- Owner: yajra
- License: mit
- Created: 2016-07-22T02:32:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-14T14:08:31.000Z (about 2 years ago)
- Last Synced: 2024-10-17T19:23:30.537Z (21 days ago)
- Topics: blogs, comments, disqus, hacktoberfest, laravel
- Language: PHP
- Homepage:
- Size: 47.9 KB
- Stars: 84
- Watchers: 4
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel - Disqus Platform Integration
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Total Downloads][ico-downloads]][link-downloads]A simple package integrating Disqus platform with Laravel.
## Install
- Via Composer
``` bash
$ composer require yajra/laravel-disqus
```## Providers and Config
> If you are using Laravel 5.5+ then the steps below are optional.- Register service provider
```php
Yajra\Disqus\DisqusServiceProvider::class
```- Publish config
```bash
$ php artisan vendor:publish --tag=disqus
```## Config
Append the following config on your `.env` file.``` php
DISQUS_ENABLED=true
DISQUS_USERNAME=your_website_shortname
```## Usage
To display Disqus platform on your page, just add:
```html
```## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.
## Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [Arjay Angeles][link-author]
- [All Contributors][link-contributors]## Buy me a coffee
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.me/yajra)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/yajra/laravel-disqus.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/yajra/laravel-disqus.svg?style=flat-square[link-packagist]: https://packagist.org/packages/yajra/laravel-disqus
[link-downloads]: https://packagist.org/packages/yajra/laravel-disqus
[link-author]: https://github.com/yajra
[link-contributors]: ../../contributors