Skip to content

alipeng/laravel-athena

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Athena db driver support for Laravel

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%