lms/vendor/pestphp/pest-plugin-laravel/resources/routes.php
2025-12-15 12:26:23 +01:00

10 lines
150 B
PHP

<?php
use Illuminate\Support\Facades\Route;
Route::view('/', 'welcome');
Artisan::command('inspire', function () {
$this->comment('pest');
});