I am very new in Voyager.
I have got all the controllers inside TCG\\\\Voyager\\\\Http\\\\Controllers while installing Voyager but didn\'t find other co
TCG\\\\Voyager\\\\Http\\\\Controllers
Add this to your model.
use Illuminate\Database\Eloquent\Builder;
protected static function boot() { parent::boot(); static::addGlobalScope('order', function (Builder $builder) { $builder->orderBy('name', 'asc'); }); }