livewire testing

This commit is contained in:
2026-02-07 09:47:37 +03:30
parent 5d0198fa9e
commit 6c7855cb7d
10 changed files with 336 additions and 108 deletions

View File

@@ -1,8 +1,5 @@
<?php
use Illuminate\Support\Facades\Route;
use App\Livewire\Counter;
Route::get('/counter', function () {
return view('counter-page');
})->name('counter');
Route::get('/', \App\Livewire\SimpleHome::class);