Skip to content

Commit f535634

Browse files
committed
Update copilot-instructions.md
1 parent b0edda0 commit f535634

1 file changed

Lines changed: 0 additions & 37 deletions

File tree

.github/copilot-instructions.md

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -57,43 +57,6 @@ This Laravel 12 demo application uses a clean, modern architecture with the foll
5757
- **Mockery** - API mocking for Google Sheets interactions
5858
- **Laravel Pint** - Code style enforcement
5959

60-
## Setup Instructions
61-
62-
### 1. Environment Configuration
63-
64-
Copy the environment template and configure your local settings:
65-
66-
```bash
67-
cp .env.example .env
68-
```
69-
70-
### 2. Google API Credentials Setup
71-
72-
**Note**: This step cannot be fully tested in Copilot due to API restrictions.
73-
74-
1. Create a Google Cloud Project at [Google Cloud Console](https://console.cloud.google.com/)
75-
2. Enable the Google Sheets API and Google Drive API
76-
3. Create a Service Account and download the JSON credentials file
77-
4. Place the JSON file in `storage/sheets-service-account.json`
78-
5. Configure the following environment variables:
79-
80-
```env
81-
GOOGLE_SERVICE_ENABLED=true
82-
GOOGLE_SERVICE_ACCOUNT_JSON_LOCATION="storage/sheets-service-account.json"
83-
```
84-
85-
### 3. Google Sheets Configuration
86-
87-
1. Create a new Google Spreadsheet
88-
2. Share it with your service account email (found in the JSON credentials)
89-
3. Copy the spreadsheet ID from the URL
90-
4. Configure environment variables:
91-
92-
```env
93-
POST_SPREADSHEET_ID=your_spreadsheet_id_here
94-
POST_SHEET_ID=Sheet1
95-
```
96-
9760
## About fakerphp/faker in Production
9861

9962
The package `fakerphp/faker` is installed using `require` (not `require-dev`) because it is needed by `app/Console/Commands/ResetCommand.php` to generate random names and sentences when resetting the spreadsheet.

0 commit comments

Comments
 (0)