Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 305 Bytes

File metadata and controls

9 lines (8 loc) · 305 Bytes

Website

Main Website and API of the VisualCableCollective

Setting Up the project

  1. Remove the following lines to prevent errors in /vendor/laravel/jetstream/routes/livewire.php
// User & Profile...
Route::get('/user/profile', [UserProfileController::class, 'show'])->name('profile.show');