Skip to content

Commit

Permalink
update to filament 3.x
Browse files Browse the repository at this point in the history
husam-tariq committed Aug 28, 2023
1 parent cf942ba commit f95a691
Showing 18 changed files with 547 additions and 2,792 deletions.
23 changes: 11 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
@@ -17,20 +17,19 @@
],
"require": {
"php": "^8.0",
"awcodes/filament-table-repeater": "^1.2",
"filament/filament": "^2.0",
"illuminate/contracts": "^9.0|^10.0",
"spatie/laravel-package-tools": "^1.13.5"
"awcodes/filament-table-repeater": "^2.0.4",
"filament/filament": "^3.0.5",
"spatie/laravel-package-tools": "^1.13.5",
"illuminate/contracts": "^8.0|^9.0|^10.0"
},
"require-dev": {
"nunomaduro/collision": "^6.0",
"orchestra/testbench": "^7.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.1",
"pestphp/pest-plugin-livewire": "^1.0",
"pestphp/pest-plugin-parallel": "^0.3",
"phpunit/phpunit": "^9.5",
"spatie/laravel-ray": "^1.26"
"nunomaduro/collision": "^7.0.0",
"pestphp/pest": "^2.0",
"pestphp/pest-plugin-laravel": "^2.1",
"pestphp/pest-plugin-livewire": "^2.0",
"phpunit/phpunit": "^10.0.0",
"spatie/laravel-ray": "^1.26",
"orchestra/testbench": "^8.9.1"
},
"autoload": {
"psr-4": {
11 changes: 10 additions & 1 deletion config/filament-database-schedule.php
Original file line number Diff line number Diff line change
@@ -81,9 +81,18 @@
'schedule:*',
'view:*',
'phpunit:*'
]
],
/**
* Alternatively, you can set the "show_supported_only" parameter to true to only allow commands
* that are in the supported list.
*/
"show_supported_only" =>false,
"supported" =>[
//ex."erp:*"
],
],


'tool-help-cron-expression' => [
'enable' => true,
'url' => 'https://crontab.cronhub.io/'
Loading

0 comments on commit f95a691

Please sign in to comment.