Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
KB-WEB-DEVELOPMENT authored Jul 20, 2023
1 parent 5260c96 commit 29706fa
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions 7. Choosing a Syntax Handler/declarative/web.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?php

use Illuminate\Support\Facades\Route;
use App\Http\Controllers\CollectionController;

/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| Here is where you can register web routes for your application. These
| routes are loaded by the RouteServiceProvider and all of them will
| be assigned to the "web" middleware group. Make something great!
|
*/

Route::get('/show', [CollectionController::class, 'show']);

0 comments on commit 29706fa

Please sign in to comment.