You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation is a sample code for service account authentication using Laravel 12 and Livewire Starter Kit with standard components (non-Volt).
11
+
The current implementation is a sample code for service account authentication using Laravel 13 and Livewire Starter Kit with standard components (non-Volt).
12
12
13
13
## Features
14
14
15
-
- Laravel 12 with Livewire 3 (standard components)
15
+
- Laravel 13 with Livewire 4 (standard components)
16
16
- Google Sheets API integration using service account authentication
17
17
- Simple form to add entries to Google Sheets
18
18
- Real-time display of recent entries
@@ -33,7 +33,7 @@ The current implementation is a sample code for service account authentication u
33
33
34
34
## Project Structure
35
35
36
-
This project uses Laravel 12 with Livewire 3 in the standard component format (not Volt). The Livewire components are traditional PHP classes that extend the base `Component` class:
36
+
This project uses Laravel 13 with Livewire 4 in the standard component format (not Volt). The Livewire components are traditional PHP classes that extend the base `Component` class:
37
37
38
38
-`app/Livewire/Sheets/Form.php` - Handles the form for adding entries to Google Sheets
39
39
-`app/Livewire/Sheets/Posts.php` - Displays recent entries from Google Sheets
0 commit comments