bilaliqbalr/laravel-athena

This package is abandoned and no longer maintained. No replacement package was suggested.

Laravel athena query builder.

dev-master 2019-10-21 02:41 UTC

This package is auto-updated.

Last update: 2022-01-21 14:58:20 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',
    ]
]