mohamed
mohamed
FFilament
Created by mohamed on 2/27/2024 in #❓┊help
icon
hello my frends when i using Spatie Permission i make // Example custom guard definition for backpack 'backpack' => [ 'driver' => 'session', // or 'token' if it's an API guard 'provider' => 'admins', ], i need when i call this command thats create Admin model not User model php artisan permissions:sync -O -P ? and any tautrioal or video to maike role and permission with spatie
1 replies
FFilament
Created by mohamed on 2/8/2024 in #❓┊help
edit
i have error thats at edit page the use type select not appear at edit thats my code Forms\Components\Select::make('user_type') ->enum(UserType::class) ->options(UserType::class) ->required() ->label('User UserType') ->placeholder('Select a user type'),
19 replies