-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
28 lines (25 loc) · 5.92 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Laravel Validation Rules</title>
<meta name="description" content="A collection of Laravel validation engine rules.">
<link rel="preload" href="/assets/css/0.styles.d706d259.css" as="style"><link rel="preload" href="/assets/js/app.4505c0b2.js" as="script"><link rel="preload" href="/assets/js/11.6e765dc7.js" as="script"><link rel="prefetch" href="/assets/js/6.269c56aa.js"><link rel="prefetch" href="/assets/js/1.f498265e.js"><link rel="prefetch" href="/assets/js/2.5ca513e3.js"><link rel="prefetch" href="/assets/js/3.a44b7774.js"><link rel="prefetch" href="/assets/js/4.2e9c9144.js"><link rel="prefetch" href="/assets/js/5.e23a2880.js"><link rel="prefetch" href="/assets/js/7.5cfd58de.js"><link rel="prefetch" href="/assets/js/8.644366fb.js"><link rel="prefetch" href="/assets/js/9.e7e9d691.js"><link rel="prefetch" href="/assets/js/10.44163d03.js"><link rel="prefetch" href="/assets/js/12.e350eebb.js"><link rel="prefetch" href="/assets/js/13.6292e014.js">
<link rel="stylesheet" href="/assets/css/0.styles.d706d259.css">
</head>
<body>
<div id="app" data-server-rendered="true"><div class="theme-container no-sidebar"><header class="navbar"><div class="sidebar-button"><svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" viewBox="0 0 448 512" class="icon"><path fill="currentColor" d="M436 124H12c-6.627 0-12-5.373-12-12V80c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12zm0 160H12c-6.627 0-12-5.373-12-12v-32c0-6.627 5.373-12 12-12h424c6.627 0 12 5.373 12 12v32c0 6.627-5.373 12-12 12z"></path></svg></div><a href="/" class="home-link router-link-exact-active router-link-active"><!----><span class="site-name">
Laravel Validation Rules
</span></a><div class="links"><div class="search-box"><input aria-label="Search" autocomplete="off" spellcheck="false" value=""><!----></div><nav class="nav-links can-hide"><div class="nav-item"><a href="/" class="nav-link router-link-exact-active router-link-active">Home</a></div><div class="nav-item"><a href="/guide/about.html" class="nav-link">About</a></div><div class="nav-item"><a href="https://twitter.com/laravelvr" target="_blank" rel="noopener noreferrer" class="nav-link">Twitter</a></div><a href="https://github.com/laravel-validation-rules/laravel-validation-rules.github.io" target="_blank" rel="noopener noreferrer" class="repo-link">
GitHub
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></nav></div></header><div class="sidebar-mask"></div><div class="sidebar"><nav class="nav-links"><div class="nav-item"><a href="/" class="nav-link router-link-exact-active router-link-active">Home</a></div><div class="nav-item"><a href="/guide/about.html" class="nav-link">About</a></div><div class="nav-item"><a href="https://twitter.com/laravelvr" target="_blank" rel="noopener noreferrer" class="nav-link">Twitter</a></div><a href="https://github.com/laravel-validation-rules/laravel-validation-rules.github.io" target="_blank" rel="noopener noreferrer" class="repo-link">
GitHub
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15" class="icon outbound"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg></a></nav><ul class="sidebar-links"><li><a href="/guide/about.html" class="sidebar-link">About</a></li><li><a href="/guide/contributing.html" class="sidebar-link">Contributing a Rule</a></li><li><div class="sidebar-group"><p class="sidebar-heading"><span>Rules</span><!----></p><ul class="sidebar-group-items"><li><a href="/rules/colour.html" class="sidebar-link">Colour</a></li><li><a href="/rules/country-codes.html" class="sidebar-link">Country Codes</a></li><li><a href="/rules/credit-card.html" class="sidebar-link">Credit Card</a></li><li><a href="/rules/ip.html" class="sidebar-link">IP</a></li><li><a href="/rules/phone.html" class="sidebar-link">Phone</a></li><li><a href="/rules/subdomain.html" class="sidebar-link">Subdomain</a></li><li><a href="/rules/timezone.html" class="sidebar-link">Timezone</a></li><li><a href="/rules/us-state.html" class="sidebar-link">US State</a></li></ul></div></li></ul></div><div class="home"><div class="hero"><img src="/logo.png" alt="hero"><h1>Laravel Validation Rules</h1><p class="description">
A collection of Laravel validation engine rules.
</p><p class="action"><a href="/guide/about.html" class="nav-link action-button">Start Validating →</a></p></div><div class="features"><div class="feature"><h2>Open-Source</h2><p>All rules require an open-source license such as Apache 2.0 or MIT.</p></div><div class="feature"><h2>Tested</h2><p>All rules must have tests showing the rule passing & failing against input.</p></div><div class="feature"><h2>Consistent</h2><p>All rules follow the PSR1 & PSR2 coding styles, and make releases using semantic versioning.</p></div></div><div class="content custom"></div><div class="footer">
Copyright © 2017-Present Scott Robinson & Contributors
</div></div></div></div>
<script src="/assets/js/11.6e765dc7.js" defer></script><script src="/assets/js/app.4505c0b2.js" defer></script>
</body>
</html>