PHP Classes

File: routes/web.php

Recommend this page to a friend!
  Classes of Okanlawon Anuoluwapo   Book Library   routes/web.php   Download  
File: routes/web.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Book Library
Application to manage a book library
Author: By
Last change:
Date: 1 month ago
Size: 110 bytes
 

Contents

Class file image Download
<?php

use Illuminate\Support\Facades\Route;

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