Laravel athena database driver
Laravel 7+
composer require flemzord/laravel-athenaphp artisan vendor:publishto publish config file.- Open
config/database.phpand add new connection as specified below.
'connections' => [
...
'athena' => [
'driver' => 'athena',
]
]