nawazsarwar/slacker

这是一个类似于 Slack 的用于记录错误和信息的软件包

安装: 58

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

公开问题: 0

语言:Blade

0.031.01 2021-02-03 01:03 UTC

This package is auto-updated.

Last update: 2024-09-27 14:44:29 UTC


README

php artisan vendor:publish --provider="myPHPnotes\Slacker\SlackerServiceProvider"

use myPHPnotes\Slacker\Routes\SlackRoute;

/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| Here is where you can register web routes for your application. These
| routes are loaded by the RouteServiceProvider within a group which
| contains the "web" middleware group. Now create something great!
|
*/

SlackRoute::routes();