alipeng/laravel-athena

Laravel athena query builder.

0.01.02 2020-07-22 03:45 UTC

This package is auto-updated.

Last update: 2024-04-23 12:16:25 UTC


README

Laravel athena database driver

Compatibility

Laravel 5.7+

Installation Steps

  1. composer require bilaliqbalr/laravel-athena
  2. php artisan vendor:publish to publish config file.
  3. Open config/database.php and add new connection as specified below.
'connections' => [
    ...
    'athena' => [
        'driver' => 'athena',
    ]
]