Looking to hire Laravel developers? Try LaraJobs

laravel-athena maintained by bilaliqbalr

Description
Laravel athena query builder.
Author
Last update
2019/10/21 04:41 (dev-master)
License
Links
Downloads
63

Comments
comments powered by Disqus

Laravel Athena

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',
    ]
]