LaravelPackages.net
Acme Inc.
Toggle sidebar
idoalit/laravel-authelia

14
0
v0.0.3
About idoalit/laravel-authelia

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

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.

Comments