for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Yajra\DataTables;
use Illuminate\Support\ServiceProvider;
use Yajra\DataTables\Generators\DataTablesEditorCommand;
class EditorServiceProvider extends ServiceProvider
{
/**
* Bootstrap the application events.
*
* @return void
*/
public function boot()
//
}
* Register the service provider.
public function register()
$this->commands(DataTablesEditorCommand::class);