PHP Classes

File: routes/web.php

Recommend this page to a friend!
  Classes of Edward Paul   Tower of Hanoi   routes/web.php   Download  
File: routes/web.php
Role: Application script
Content type: text/plain
Description: Application script
Class: Tower of Hanoi
Implement the Tower of Hanoi game on the Web
Author: By
Last change:
Date: Yesterday
Size: 108 bytes
 

Contents

Class file image Download
<?php

use Illuminate\Support\Facades\Route;

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