PHP Classes

File: routes/web.php

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Portfolio API   routes/web.php   Download  
File: routes/web.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Portfolio API
API to manage the portfolio of a professional
Author: By
Last change:
Date: 0 years ago
Size: 325 bytes
 

Contents

Class file image Download
<?php

use Illuminate\Support\Facades\Route;

/*
|--------------------------------------------------------------------------
| Frontend Routes
|--------------------------------------------------------------------------
|
| Front Panel Route List
|
*/

Route::get('change-links-url/{type}', 'dummy\APILinkFixer@toggleLinks');