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