S.V Gubadov
S.V Gubadov
FFilament
Created by S.V Gubadov on 10/12/2024 in #❓┊help
I update my filament 3 project ( composer update ) and after my panel design not working correctly.
resources/app.css @tailwind base; @tailwind components; @tailwind utilities; @tailwind variants; ------ resources/css/filament/admin/theme.css @import '/vendor/filament/filament/resources/css/theme.css'; @config 'tailwind.config.js'; @tailwind base; @tailwind components; @tailwind utilities; I use only tailwind and Filament. after run composer update and npm install command the page dead
9 replies
FFilament
Created by S.V Gubadov on 10/12/2024 in #❓┊help
I update my filament 3 project ( composer update ) and after my panel design not working correctly.
the problem come back again 😔 i run this comman coposer update and the view is dead ((
9 replies
FFilament
Created by S.V Gubadov on 10/12/2024 in #❓┊help
I update my filament 3 project ( composer update ) and after my panel design not working correctly.
"php": "^8.2", "arbermustafa/filament-locationpickr-field": "^2.0.0", "bezhansalleh/filament-shield": "^3.2", "cheesegrits/filament-google-maps": "^3.0", "filament/actions": "^3.2", "filament/filament": "^3.2", "filament/forms": "^3.2", "filament/notifications": "^3.2", "flowframe/laravel-trend": "^0.2.0", "kreait/firebase-php": "^7.10", "laravel-notification-channels/telegram": "^5.0", "laravel/framework": "^11.0", "laravel/sanctum": "^4.0", "laravel/tinker": "^2.9", "matanyadaev/laravel-eloquent-spatial": "^4.2", "opcodesio/log-viewer": "^3.11", "psr/simple-cache": "^2.0", "pusher/pusher-php-server": "^7.2", "pxlrbt/filament-excel": "^2.3", "spatie/laravel-backup": "^8.8", "spatie/laravel-ignition": "^2.6", "twilio/sdk": "^8.0", "tymon/jwt-auth": "^2.1"
9 replies
FFilament
Created by S.V Gubadov on 10/12/2024 in #❓┊help
I update my filament 3 project ( composer update ) and after my panel design not working correctly.
But mobiel devices working correctly
9 replies
FFilament
Created by S.V Gubadov on 9/25/2024 in #❓┊help
Svg by name "filament-shield::filament-shield.nav.role.icon" from set "default" not found.
anyone can help me ?
4 replies
FFilament
Created by S.V Gubadov on 9/25/2024 in #❓┊help
Svg by name "filament-shield::filament-shield.nav.role.icon" from set "default" not found.
No description
4 replies
FFilament
Created by S.V Gubadov on 4/26/2024 in #❓┊help
Laravel 11 Filament 3 database notification help
but Filament Notification not working
29 replies
FFilament
Created by S.V Gubadov on 4/26/2024 in #❓┊help
Laravel 11 Filament 3 database notification help
Laravel standart notification working. this code example working correctly $user->notify(new RentOrderNotification());
29 replies
FFilament
Created by S.V Gubadov on 4/26/2024 in #❓┊help
Laravel 11 Filament 3 database notification help
yes
29 replies
FFilament
Created by S.V Gubadov on 4/26/2024 in #❓┊help
Laravel 11 Filament 3 database notification help
$user return correctly
29 replies
FFilament
Created by S.V Gubadov on 4/26/2024 in #❓┊help
Laravel 11 Filament 3 database notification help
i write restfull api. i want customer make order and i send notification admin panel
29 replies
FFilament
Created by S.V Gubadov on 4/26/2024 in #❓┊help
Laravel 11 Filament 3 database notification help
use
29 replies
FFilament
Created by S.V Gubadov on 4/26/2024 in #❓┊help
Laravel 11 Filament 3 database notification help
No. i not user queue
29 replies
FFilament
Created by S.V Gubadov on 4/26/2024 in #❓┊help
Laravel 11 Filament 3 database notification help
i run this code \Filament\Notifications\Notification::make() ->title('Test') ->body('Test body') ->seconds(1) ->info() ->sendToDatabase($user)->send(); but not writen data on the table
29 replies
FFilament
Created by S.V Gubadov on 4/26/2024 in #❓┊help
Laravel 11 Filament 3 database notification help
Notification not added the table((
29 replies
FFilament
Created by S.V Gubadov on 4/26/2024 in #❓┊help
Laravel 11 Filament 3 database notification help
No description
29 replies
FFilament
Created by S.V Gubadov on 4/26/2024 in #❓┊help
Laravel 11 Filament 3 database notification help
I read the filament notofcation documentatin and made it. But not working
29 replies
FFilament
Created by S.V Gubadov on 4/26/2024 in #❓┊help
Laravel 11 Filament 3 database notification help
No description
29 replies
FFilament
Created by S.V Gubadov on 4/26/2024 in #❓┊help
Laravel 11 Filament 3 database notification help
No description
29 replies
FFilament
Created by S.V Gubadov on 4/26/2024 in #❓┊help
Laravel 11 Filament 3 database notification help
Not working. Notification not created((
29 replies