Skip to content
This repository was archived by the owner on Jan 4, 2022. It is now read-only.
/ laravel-athena Public archive

Athena db driver support for Laravel

License

bilaliqbalr/laravel-athena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages