idoalit / laravel-authelia
There is no license information available for the latest version (v0.0.3) of this package.
v0.0.3
2025-04-21 05:20 UTC
README
Laravel Authelia is a package designed to integrate Laravel applications with Authelia, an open-source authentication and authorization server.
Installation
Install the package via Composer:
composer require idoalit/laravel-authelia
Configuration
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.
Contributing
Contributions are welcome! Please submit a pull request or open an issue to discuss changes.
License
This package is open-sourced software licensed under the MIT license.