定制 bepark/laravel-confirm 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

bepark/laravel-confirm

最新稳定版本:0.5.4

Composer 安装命令:

composer require bepark/laravel-confirm

包简介

Extends laravel by adding confirmation tools

README 文档

README

Add tools to help you plaing with confirmation inside your controller

Usage

// inside a controller

	public function getDoSomething(ConfirmService $confirmService)
	{
		$message = ConfirmMessage::createBasic('my.pefix');

		return $confirmService->confirmByForm($message, 'my.title.confirmation');
	}

	public function postDoSomething(ConfirmRequest $request)
	{
		// do something because it's confirmed
	}

Installation using composer

composer require bepark/laravel-confirm

That's all

Todo

  • Automated tests
  • Add more docs than a simple readme
  • Add configuration to let people play with custom view
  • Add example of view with blade
  • Beeing compatible with publish command for view ;)

License

The MIT License (MIT). See the license file for more information.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-07-19

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固