idoalit/laravel-authelia is a Laravel package.
It currently has 0 GitHub stars and 14 downloads on Packagist (latest version v0.0.3).
Install it with composer require idoalit/laravel-authelia.
Discover more Laravel packages by idoalit
or browse all Laravel packages to compare alternatives.
Last updated
Laravel Authelia is a package designed to integrate Laravel applications with Authelia, an open-source authentication and authorization server.
Install the package via Composer:
composer require idoalit/laravel-authelia
Publish the configuration file:
php artisan vendor:publish --provider="Idoalit\LaravelAuthelia\AutheliaServiceProvider"
This will create a config/laravel-authelia.php file where you can set up your Authelia integration.
Contributions are welcome! Please submit a pull request or open an issue to discuss changes.
This package is open-sourced software licensed under the MIT license.