abstract class TrustHosts (View source)
protected Application | $app | The application instance. |
void | __construct(Application $app) Create a new middleware instance. | |
array | hosts() Get the host patterns that should be trusted. | |
Response | handle(Request $request, callable $next) Handle the incoming request. | |
bool | shouldSpecifyTrustedHosts() Determine if the application should specify trusted hosts. | |
string|null | allSubdomainsOfApplicationUrl() Get a regular expression matching the application URL and all of its subdomains. |
Create a new middleware instance.
Get the host patterns that should be trusted.
Determine if the application should specify trusted hosts.
Get a regular expression matching the application URL and all of its subdomains.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Http/Middleware/TrustHosts.html