metrakit / disqus-laravel
Laravel library for Disqus
Installs: 66
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
pkg:composer/metrakit/disqus-laravel
Requires
- php: >=5.3
This package is not auto-updated.
Last update: 2025-10-07 13:31:33 UTC
README
Disqus library for Laravel 4
This package is available on Packagist: https://packagist.org/packages/metrakit/disqus-laravel
And on Packalyst: http://packalyst.com/packages/package/metrakit/disqus-laravel
##How to install
-
Add the package to your composer.json:
"metrakit/disqus-laravel": "dev-master" ```
- Use the command :
composer update ```
- Add this line to the "app.php" file in the config folder where is the "provider" category :
// Disqus library 'Metrakit\Disqus\DisqusServiceProvider',
- Add this line to the "app.php" file in the config folder where is the "aliases" category :
// Disqus library 'Disqus' => 'Disqus\Disqus',
##Credits
The Disqus team : https://github.com/disqus/disqus-php