Josie Darang

Results 14 comments of Josie Darang

any solution? or workaround? I have the same issues but for me, it goes behind my form or navbar. I'm using bootstrap 4 with argon.

I created a similar repo and did a refactor to use Boostrap. https://github.com/whoami213/laravel-bootstrap-notify

Hi @danharrin can you check if this something a totally issues on my end only?

you can use this one instead ``` style="pointer-events: none;" ``` on the checkbox that you want to become readable only

Hi Guys, I found a temporarily solution, I extended the Backups page class and modify to this ```php use BezhanSalleh\FilamentShield\Traits\HasPageShield; use Illuminate\Support\Facades\Artisan; use ShuvroRoy\FilamentSpatieLaravelBackup\Pages\Backups as BaseBackups; use Spatie\Backup\Tasks\Backup\BackupJobFactory; class Backups...

I'm using Laravel Sanctum and here what I did to make it work. I've created a `signin.post.ts` file in `server/api/auth` and I used the `setUserSession` utils. ```js await setUserSession(event, {...

Emails module will be a Resource Modules and a Related List Modules. Email Related List will appear in the following modules: - Candidates Module - Job Candidates Modules The list...