Skip to content

Commit 9625617

Browse files
add files
1 parent 643bafb commit 9625617

7 files changed

Lines changed: 219 additions & 565 deletions

File tree

README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ This starter kit is prepared to use Statamic's **[Eloquent Driver](https://githu
7272
- Language switcher with hreflang SEO tags
7373

7474
### Development + AI Tools
75-
- Claude Code configuration (`.claude`, `CLAUDE.md`)
76-
- Junie setup (`.junie`)
7775
- Laravel Boost integration
7876
- Laravel Envoy deployment scripts
7977

@@ -148,26 +146,6 @@ npm run build
148146
php artisan statamic:user:create
149147
```
150148

151-
## Project Structure
152-
153-
```
154-
app/
155-
├── DataTransferObjects/ # Spatie Data objects
156-
└── View/Components/ # Blade components
157-
content/ # Collections & content
158-
lang/ # Translations (de/en)
159-
resources/
160-
├── blueprints/ # Content structure
161-
├── fieldsets/ # Field configurations
162-
├── views/ # Templates
163-
├── css/ # Stylesheets
164-
└── js/ # JavaScript
165-
public/fonts/ # Typography assets
166-
config/
167-
├── captcha.php # Captcha configuration
168-
└── statamic/eloquent-driver.php # Database config
169-
```
170-
171149
## License
172150

173151
MIT License. Created by [mindtwo GmbH](https://www.mindtwo.de/).

export/.claude/settings.local.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

export/.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
*.log
2+
.DS_Store
3+
.env
4+
.env.backup
5+
.env.production
6+
.phpactor.json
7+
.phpunit.result.cache
8+
/.fleet
9+
/.idea
10+
/.nova
11+
/.phpunit.cache
12+
/.vscode
13+
/.zed
14+
/auth.json
15+
/node_modules
16+
/public/build
17+
/public/hot
18+
/public/static
19+
/public/storage
20+
/public/vendor/statamic
21+
/storage/*.key
22+
/storage/pail
23+
/vendor
24+
Homestead.json
25+
Homestead.yaml
26+
Thumbs.db
27+
/.junie/mcp
28+
/.mcp.json

export/.junie/guidelines.md

Lines changed: 0 additions & 266 deletions
This file was deleted.

0 commit comments

Comments
 (0)