PHP Classes

File: src/routes/web.php

Recommend this page to a friend!
  Classes of Angel Campos   Atlas catalog   src/routes/web.php   Download  
File: src/routes/web.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Atlas catalog
API to provide details of APIs of an organization
Author: By
Last change:
Date: 1 month ago
Size: 108 bytes
 

Contents

Class file image Download
<?php

use Illuminate\Support\Facades\Route;

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