Available Options

With column option in artisan command you can set the column filed name while creating filter class

php artisan make:filter UserStatus  --column = email_verified_at

With this command, the $column value will be set

protected $column = 'email_verified_at';

© 2025 elefilter