File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 "role" : " Developer"
1919 }],
2020 "require" : {
21- "php" : " ^8.3 " ,
22- "filament/filament" : " ^3.2.119 " ,
21+ "php" : " ^8.2 " ,
22+ "filament/filament" : " ^4.0 || ^5.0 " ,
2323 "panphp/pan" : " ^0.1.3" ,
2424 "spatie/laravel-package-tools" : " ^1.15.0"
2525 },
3030 "laravel/pint" : " ^1.18.1" ,
3131 "nunomaduro/collision" : " ^8.1" ,
3232 "nunomaduro/larastan" : " ^2.0.1" ,
33- "orchestra/testbench" : " ^9.2" ,
33+ "orchestra/testbench" : " ^9.2 || ^10.0 " ,
3434 "pestphp/pest" : " ^3.4.1" ,
3535 "pestphp/pest-plugin-type-coverage" : " ^3.1.0" ,
3636 "pestphp/pest-plugin-arch" : " ^3.0" ,
Original file line number Diff line number Diff line change 22
33namespace SolutionForest \FilamentPanphp \Components ;
44
5+ use Filament \Actions \Action ;
6+ use Filament \Actions \CreateAction ;
7+ use Filament \Actions \DeleteAction ;
58use Filament \Forms \Components \Checkbox ;
69use Filament \Forms \Components \TagsInput ;
710use Filament \Forms \Components \TextInput ;
8- use Filament \Forms \Get ;
9- use Filament \Tables \Actions \Action ;
10- use Filament \Tables \Actions \CreateAction ;
11- use Filament \Tables \Actions \DeleteAction ;
11+ use Filament \Schemas \Get ;
1212use Filament \Tables \Columns \TextColumn ;
1313use Filament \Tables \Table ;
1414use Filament \Widgets \TableWidget as BaseWidget ;
Original file line number Diff line number Diff line change 99use Filament \Forms \FormsServiceProvider ;
1010use Filament \Infolists \InfolistsServiceProvider ;
1111use Filament \Notifications \NotificationsServiceProvider ;
12+ use Filament \Schemas \SchemasServiceProvider ;
1213use Filament \Support \SupportServiceProvider ;
1314use Filament \Tables \TablesServiceProvider ;
1415use Filament \Widgets \WidgetsServiceProvider ;
@@ -41,6 +42,7 @@ protected function getPackageProviders($app)
4142 InfolistsServiceProvider::class,
4243 LivewireServiceProvider::class,
4344 NotificationsServiceProvider::class,
45+ SchemasServiceProvider::class,
4446 SupportServiceProvider::class,
4547 TablesServiceProvider::class,
4648 WidgetsServiceProvider::class,
You can’t perform that action at this time.
0 commit comments