PHP Classes

File: routes/web.php

Recommend this page to a friend!
  Classes of Edward Paul   HoneyBadge Laravel Slack API Notification   routes/web.php   Download  
File: routes/web.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: HoneyBadge Laravel Slack API Notification
Send message received by an API to a Slack channel
Author: By
Last change:
Date: 3 months ago
Size: 492 bytes
 

Contents

Class file image Download
<?php

use Illuminate\Support\Facades\Route;

/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| Here is where you can register web routes for your application. These
| routes are loaded by the RouteServiceProvider and all of them will
| be assigned to the "web" middleware group. Make something great!
|
*/

Route::get('/', function () {
    return
view('welcome');
});