2017 © Pedro Peláez
 

library subdomain

Validate a user submitted subdomain

image

laravel-validation-rules/subdomain

Validate a user submitted subdomain

  • Sunday, March 11, 2018
  • by clarkeash
  • Repository
  • 2 Watchers
  • 5 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Subdomain

Validates a user submitted subdomain in your application., (*1)

, (*2)

Supports Laravel: 5.5, 5.6, 5.7 & 5.8, (*3)

Installation

composer require laravel-validation-rules/subdomain

Usage

use LVR\Subdomain\Subdomain;

$request->validate([
    'domain' => ['required', new Subdomain],
]);

The Versions

11/03 2018

dev-master

9999999-dev

Validate a user submitted subdomain

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Ashley Clarke

11/03 2018

v1.0.0

1.0.0.0

Validate a user submitted subdomain

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Ashley Clarke