PHPackages                             sun-asterisk/laravel-domain-verify - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. sun-asterisk/laravel-domain-verify

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sun-asterisk/laravel-domain-verify
==================================

Verify domain ownership for Laravel application

v1.0.0(5y ago)201.1k11[2 issues](https://github.com/sun-asterisk-research/laravel-domain-verify/issues)MITPHPPHP &gt;=7.1.3CI failing

Since Aug 21Pushed 2y ago5 watchersCompare

[ Source](https://github.com/sun-asterisk-research/laravel-domain-verify)[ Packagist](https://packagist.org/packages/sun-asterisk/laravel-domain-verify)[ RSS](/packages/sun-asterisk-laravel-domain-verify/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (10)Versions (5)Used By (0)

sun-asterisk/laravel-domain-verify
==================================

[](#sun-asterisklaravel-domain-verify)

Verify domain ownership for the Laravel application. We provide three ways to verify the domain ownership (like Google):

- Via domain's DNS record
- Via HTML tag
- Via HTML file
- Via Adminstrator's email address: `admin@domain.example`, `webmaster@domain.example`.

Installation
------------

[](#installation)

First, install Domain Verifier via the Composer package manager:

```
# install this package:
composer require sun-asterisk/laravel-domain-verify

# create config/domain_verifier.php and:
php artisan vendor:publish --provider="SunAsterisk\DomainVerifier\DomainVerifierServiceProvider"

# migrate database:
php artisan migrate
```

Usage
-----

[](#usage)

Integrate with your model.

```
