1 Star 1 Fork 0

bpmn-php/laravel_workflower

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
create.blade.php 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
ghidalgo@tecnoenvio.com 提交于 2019-11-26 03:18 +08:00 . initial commit
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Laravel</title>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Nunito:200,600" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
</head>
<body>
<div class="container">
<div style="margin: 30px 0px">
<h1>Create pullrequest</h1>
</div>
<div class="card mb-5">
<div class="card-body">
<form action="{{route('create')}}" method="POST">
@csrf
<div class="form-group">
<label for="exampleFormControlInput1">Title</label>
<input class="form-control" name="title" id="title" type="text" placeholder="">
</div>
<button class="btn btn-primary">Create</button>
</form>
</div>
</div>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bpmn-php/laravel_workflower.git
git@gitee.com:bpmn-php/laravel_workflower.git
bpmn-php
laravel_workflower
laravel_workflower
master

搜索帮助