nawazsarwar/slacker

This is slack like package for logging error and information

Installs: 58

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

0.031.01 2021-02-03 01:03 UTC

This package is auto-updated.

Last update: 2024-05-27 13:50:21 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();