laravel-athena maintained by bilaliqbalr
Description
Laravel athena query builder.
Author
Last update
2019/10/21 04:41
(dev-master)
License
Downloads
63
Laravel Athena
Laravel athena database driver
Compatibility
Laravel 5.7+
Installation Steps
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',
]
]