File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1212web 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
Original file line number Diff line number Diff line change 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" ,
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 },
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" : {
You can’t perform that action at this time.
0 commit comments