Download the PHP package surface/laravel-webfinger without Composer
On this page you can find all versions of the php package surface/laravel-webfinger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download surface/laravel-webfinger
More information about surface/laravel-webfinger
Files in surface/laravel-webfinger
Package laravel-webfinger
Short Description A Laravel package to create an ActivityPub webfinger.
License MIT
Homepage https://github.com/trovster/laravel-webfinger
Informations about the package laravel-webfinger
Create a Webfinger in Laravel
This creates a webfinger, a way to attach information
to an email address, or an other online resource. Once installed you should see
your JSON webfinger profile at /.well-known/webfinger
.
Installation
You can install the package via composer:
You must add the configuration to your .env
file:
You can publish the config file with:
Extending the Resource
The resource which is converted to the JSON response is bound to the service container. This allows you to easily override the resource and add extra information. To change the binding, add the following to your app service provider.
Then you would create your custom resource which extends the base.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-webfinger with dependencies
illuminate/contracts Version ^9.0|^10.0|^11.0
illuminate/http Version ^9.0|^10.0|^11.0
illuminate/support Version ^9.0|^10.0|^11.0