PHP Classes

File: routes/web.php

Recommend this page to a friend!
  Classes of Okanlawon Anuoluwapo   News Aggregator Backend   routes/web.php   Download  
File: routes/web.php
Role: Configuration script
Content type: text/plain
Description: Web route configuration script
Class: News Aggregator Backend
Aggregate news from sites that provide RSS feeds
Author: By
Last change:
Date: 3 days ago
Size: 108 bytes
 

Contents

Class file image Download
<?php

use Illuminate\Support\Facades\Route;

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