Skip to content

Instantly share code, notes, and snippets.

@nticaric
Last active April 13, 2016 15:30
Show Gist options
  • Save nticaric/c0924bcf1b887340801897b9ed8b7078 to your computer and use it in GitHub Desktop.
Save nticaric/c0924bcf1b887340801897b9ed8b7078 to your computer and use it in GitHub Desktop.
<?php namespace App\Console\Commands;
use Illuminate\Console\Command;
use TeamTNT\TNTSearch\TNTSearch;
use Config;
use Goutte\Client;
class IndexDocumentation extends Command
{
/**
* The console command name.
*
* @var string
*/
protected $name = 'docs:index';
/**
* The console command description.
*
* @var string
*/
protected $description = 'Index all documentation with TNTSearch';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment