Skip to content

Commit bb96070

Browse files
committed
wip
1 parent 825f95a commit bb96070

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/copilot-instructions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ The **Google Sheets Laravel Demo Project** is a demonstration application that s
77
**Target Users**: Laravel developers learning Google Sheets integration, particularly those working with Livewire and modern Laravel stack.
88

99
**Key Features**:
10-
- **Laravel 12 Framework**: Latest Laravel features with modern PHP 8.2+ support
11-
- **Livewire 3 Integration**: Real-time UI updates using standard Livewire components (not Volt)
10+
- **Laravel 13 Framework**: Latest Laravel features with modern PHP 8.2+ support
11+
- **Livewire 4 Integration**: Real-time UI updates using standard Livewire components (not Volt)
1212
- **Google Sheets API**: Service account authentication for server-to-server communication
1313
- **Flux UI Components**: Modern, reactive user interface with Livewire Starter Kit
1414
- **Real-time Data Sync**: Form submissions instantly appear in both Google Sheets and the application
@@ -21,7 +21,7 @@ The **Google Sheets Laravel Demo Project** is a demonstration application that s
2121

2222
## Project Structure
2323

24-
This Laravel 12 demo application uses a clean, modern architecture with the following key components:
24+
This Laravel 13 demo application uses a clean, modern architecture with the following key components:
2525

2626
### Main Application Components
2727

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ https://docs.google.com/spreadsheets/d/1SUNw7QzAMx-xXUwr5s-mJrZC9NGFRl4RqyzSL6Co
88

99
https://github.com/invokable/laravel-google-sheets
1010

11-
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).
1212

1313
## Features
1414

15-
- Laravel 12 with Livewire 3 (standard components)
15+
- Laravel 13 with Livewire 4 (standard components)
1616
- Google Sheets API integration using service account authentication
1717
- Simple form to add entries to Google Sheets
1818
- Real-time display of recent entries
@@ -33,7 +33,7 @@ The current implementation is a sample code for service account authentication u
3333

3434
## Project Structure
3535

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:
3737

3838
- `app/Livewire/Sheets/Form.php` - Handles the form for adding entries to Google Sheets
3939
- `app/Livewire/Sheets/Posts.php` - Displays recent entries from Google Sheets

0 commit comments

Comments
 (0)