文件名称:laravel-msgbox:laravel 4.2 自动跳转的消息页面
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-24 06:57:32
PHP
Laravel 消息框 Laravel 4.2 的一个包,它允许你显示漂亮的消息页面,并可以自动跳转到引用 URL 或你指定的内容。 例子: <?php //this a test route Route::get("/test",function(){ return Msgbox::success('success tips..'); //return Msgbox::error('error tips...'); //return Msgbox::info('infomation...'); }); 预习: 安装 要求: php: >=5.4.0 laravel: v4.2 步骤1: composer require keepeye/laravel-msgbox:1.0.* --prefer-source Step2:将服务提供者添加到app/confi
【文件预览】:
laravel-msgbox-master
----readme.rst(2KB)
----readme_cn.rst(3KB)
----src()
--------views()
--------config()
--------Keepeye()
----.travis.yml(197B)
----phpunit.xml(570B)
----tests()
--------.gitkeep(0B)
----.gitignore(46B)
----composer.json(524B)