PHP Classes

File: backend/routes/web.php

Recommend this page to a friend!
  Classes of Edward Paul   Task List   backend/routes/web.php   Download  
File: backend/routes/web.php
Role: Application script
Content type: text/plain
Description: Application script
Class: Task List
Manage and share a list of tasks
Author: By
Last change:
Date: 23 days ago
Size: 108 bytes
 

Contents

Class file image Download
<?php

use Illuminate\Support\Facades\Route;

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