mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
Add Champion model, form validation, and components for StreamerPanel.
- Added Champion model to StreamerPanelController. - Implemented form validation for champion_id, platform, username, and displayname in create and update methods. - Created StreamerCreateForm and StreamersTable components for better organization.
This commit is contained in:
@@ -4,5 +4,6 @@
|
||||
@section('description', 'Heimerdinger.LoL: Streamer Panel for managing your streamer requests.')
|
||||
|
||||
@section('content')
|
||||
hello world
|
||||
<x-streamerpanel.home />
|
||||
<x-streamerpanel.streamerstable :streamers="$streamers" />
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user