Skip to content

Commit e07f853

Browse files
Upgrade Laravel 12.x to 13.x, PHP 8.3+, Pest 4.x, Tinker 3.x
1 parent 84ee838 commit e07f853

3 files changed

Lines changed: 857 additions & 1226 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44

55
</div>
66

7-
# FilaKit Start Kit Filament 4.x and Laravel 12.x
7+
# FilaKit Start Kit Filament 4.x and Laravel 13.x
88

99
## About FilaKit
1010

11-
FilaKit is a robust starter kit built on Laravel 12.x and Filament 4.x, designed to accelerate the development of modern
11+
FilaKit is a robust starter kit built on Laravel 13.x and Filament 4.x, designed to accelerate the development of modern
1212
web applications with a ready-to-use panel structure.
1313

1414
## Features
1515

16-
- **Laravel 12.x** - The latest version of the most elegant PHP framework
16+
- **Laravel 13.x** - The latest version of the most elegant PHP framework
1717
- **Filament 4.x** - Powerful and flexible admin framework
1818
- **Panel Structure** - Includes three pre-configured panels:
1919
- Admin Panel (`/admin`) - For authenticated users
2020
- **Environment Configuration** - Centralized configuration through the `config/filakit.php` file
2121

2222
## System Requirements
2323

24-
- PHP 8.2 or higher
24+
- PHP 8.3 or higher
2525
- Composer
2626
- Node.js and PNPM
2727

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://getcomposer.org/schema.json",
33
"name": "filakitphp/basev4",
44
"type": "project",
5-
"description": "Base starter kit built on Laravel 12.x and Filament 4.x with a ready-to-use admin panel structure.",
5+
"description": "Base starter kit built on Laravel 13.x and Filament 4.x with a ready-to-use admin panel structure.",
66
"keywords": [
77
"laravel-starter-kit",
88
"starter-kit",
@@ -15,11 +15,11 @@
1515
],
1616
"license": "MIT",
1717
"require": {
18-
"php": "^8.2",
18+
"php": "^8.3",
1919
"dutchcodingcompany/filament-developer-logins": "^2.1",
2020
"filament/filament": "^4.5",
21-
"laravel/framework": "^12.0",
22-
"laravel/tinker": "^2.10.1",
21+
"laravel/framework": "^13.0",
22+
"laravel/tinker": "^3.0",
2323
"livewire/blaze": "^1.0",
2424
"livewire/livewire": "^3.7"
2525
},
@@ -33,8 +33,8 @@
3333
"laravel/sail": "^1.26",
3434
"mockery/mockery": "^1.6",
3535
"nunomaduro/collision": "^8.1",
36-
"pestphp/pest": "^3.7",
37-
"pestphp/pest-plugin-laravel": "^3.0"
36+
"pestphp/pest": "^4.4",
37+
"pestphp/pest-plugin-laravel": "^4.1"
3838
},
3939
"autoload": {
4040
"psr-4": {

0 commit comments

Comments
 (0)