sukohi/hilt 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

sukohi/hilt

Composer 安装命令:

composer require sukohi/hilt

包简介

A Laravel package to add @error directive of Blade.

README 文档

README

A Laravel package to add @error directive of Blade.

Installation

Execute the following composer command.

composer require sukohi/hilt:1.*

Set the ServiceProvider in config/app.php

'providers' => [
    ...Others...,  
    Sukohi\Hilt\HiltServiceProvider::class,
]

Preparation

To publish the view, execute the following commands.

php artisan vendor:publish
  • You can change the view located at resources/views/vendor/hilt/error.blade.php.

Then set Blade directive of Hilt in app/Providers/AppServiceProvider.php like so.

public function boot()
{
    \Sukohi\Hilt\Hilt::directive();
}

Now you can use @error() in your views.

Usage

(in View)

@error('INPUT-KEY') <= An error will be displayed here.

// e.g. 

@error('email')
@error('password')
@error('name')

License

This package is licensed under the MIT License.
Copyright 2016 Sukohi Kuhoh

统计信息

  • 总下载量: 47
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-10-26

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固