mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-03-14 12:23:33 +00:00
feat: add update page, refactor update checking process
Some checks failed
tests / ci (push) Has been cancelled
Some checks failed
tests / ci (push) Has been cancelled
This commit is contained in:
parent
eb767fa6d0
commit
297a17d00b
17 changed files with 1212 additions and 241 deletions
|
|
@ -20,4 +20,5 @@ Route::middleware(['auth'])->group(function () {
|
|||
)
|
||||
->name('two-factor.show');
|
||||
Route::livewire('settings/support', 'pages::settings.support')->name('settings.support');
|
||||
Route::livewire('settings/update', 'pages::settings.update')->name('settings.update');
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue