Laravel web.php: Revision history

From AWVVO
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 March 2025

  • curprev 11:2611:26, 29 March 2025 Admin talk contribs 220 bytes +220 Created page with "== web.php == <syntaxhighlight lang="php" copy line highlight="0"> <?php use Illuminate\Support\Facades\Route; use App\Http\Controllers\IndexController; Route::resource('/', IndexController::class); </syntaxhighlight>"