jchegenye/myflashalert 问题修复 & 功能扩展

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

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

jchegenye/myflashalert

Composer 安装命令:

composer require jchegenye/myflashalert

包简介

A simplified flash messaging alert for your Laravel application using Twitter Bootstrap 4

README 文档

README

Latest Version on Packagist Total Downloads

A simplified flash messaging for your Laravel application using Twitter Bootstrap 4 (Alerts).

Installation

Via Composer

$ composer require jchegenye/myflashalert

Usage

Make sure you add Bootstrap to your project. You can choose to either use BootstrapCDN provided for free (see below), download the source files here or write your own CSS based on these classes.

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">

Inside your controllers, you can use any of the HTTP Redirects as mentioned here except Redirecting With Flashed Session Data. Instead replace ->with() method with any of methods i.e ->success() provided by this package, see below.

Examples

    //Redirecting to named routes

        public function store()
        {
            return redirect()->route('user')->success('Successfully added!');
        }
    //Other redirects you can use ...

    return redirect('user/edit')->success('Successfully edited!');
    return redirect('user/delete')->warning('Delete?, continue...');
    return redirect()->back()->error('Something went wrong!');

    //... and much more redirects.

To display flashed message in session, add below inside your view(s).

@include('myflashalert::message')

Methods available

Methods Description
->success() Flash a success message
->error() Flash error message
->warning() Flash a warning message
->info() Flash info message

License

Please see the license file for more information.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-12-24

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固