for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App\Tables\Builders;
use App\repository;
use LaravelEnso\Tables\app\Services\Table;
class repositoryTable extends Table
{
protected $templatePath = __DIR__.'/../Templates/repositories.json';
public function query()
return Repository::selectRaw('
repositories.id as "dtRowId", name, description, is_active, date, created_at
');
}