Wallogit.com
2017 © Pedro Peláez
Laravel library for Disqus
Disqus library for Laravel 4, (*1)
This package is available on Packagist: https://packagist.org/packages/metrakit/disqus-laravel, (*2)
And on Packalyst: http://packalyst.com/packages/package/metrakit/disqus-laravel, (*3)
Add the package to your composer.json:, (*4)
"metrakit/disqus-laravel": "dev-master"
Use the command :, (*5)
composer update
Add this line to the "app.php" file in the config folder where is the "provider" category :, (*6)
// Disqus library 'Metrakit\Disqus\DisqusServiceProvider',
Add this line to the "app.php" file in the config folder where is the "aliases" category :, (*7)
// Disqus library 'Disqus' => 'Disqus\Disqus',
The Disqus team : https://github.com/disqus/disqus-php, (*8)