Download the PHP package thinkverse/well-known without Composer
On this page you can find all versions of the php package thinkverse/well-known. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download thinkverse/well-known
More information about thinkverse/well-known
Files in thinkverse/well-known
Package well-known
Short Description A Laravel package for quickly adding .well-known URLs
License MIT
Homepage https://github.com/thinkverse/well-known
Informations about the package well-known
Warning Package is deprecated, it's recommended to add your
/.well-known
routes in your route files.
A Laravel package for quickly adding .well-known URLs
well-known
is a Laravel package for quickly adding well-known locations (RFC8615) to a Laravel application, with support for redirects and static URLs.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Usage
To use well-known
, install the package and publish the configuration. Now you can update,
add and or remove redirects and static .well-known URLs with ease.
A registrar for some well-known URIs can be found at iana.org/assignments/well-known-uris/.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- thinkverse
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of well-known with dependencies
spatie/laravel-package-tools Version ^1.4.3
illuminate/support Version ^8.0|^9.0