PHP Classes

File: resources/views/jobs/forms/url.blade.php

Recommend this page to a friend!
  Classes of Insolita   Laravel Interactive Jobs   resources/views/jobs/forms/url.blade.php   Download  
File: resources/views/jobs/forms/url.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel Interactive Jobs
Run background jobs and monitor progress on a page
Author: By
Last change:
Date: 4 years ago
Size: 323 bytes
 

Contents

Class file image Download
<div class="form-group form-check">
    <label for="url">Url address</label>
    <input type="url" name="url" value="https://" class="form-control" id="url-field"
           aria-describedby="urlHelp"
           placeholder="https://">
    <small id="urlHelp" class="form-text text-muted">Enter the real url</small>
</div>