Build & Deploy / build (push) Successful in 18s
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
8 lines
263 B
PHP
8 lines
263 B
PHP
<?php
|
|
|
|
use Illuminate\Support\Facades\Route;
|
|
|
|
// Routes here are wrapped in the 'web' middleware group by the layer
|
|
// service provider. For custom groups (prefix, domain, named groups, ...)
|
|
// use Route::middleware(...)->prefix(...)->group(function () { ... });
|