Z3d0X / filament-logger

Extensible activity logger for filament that works out-of-the-box.
MIT License
276 stars 40 forks source link

Logger Error When Use Command php artisan migrate:fresh --seed #105

Open vanrezky opened 3 months ago

vanrezky commented 3 months ago

Hallo. first of all, I've installed this plugin, and it's really amazing. thank you for making this plugin 👍.

back on topic, I ran the migration using this command php artisan migrate:fresh --seed. the migration ran successfully, but the seeder didn't run correctly and crashed my mysql..

Then I ran the migration & seed commands separately. strangely the migration command ran fine. but not the seeder. gambar gambar

So, the alternative path I chose. set all the key enabled to false kode

dan itu berjalan lancar tanpa crash. gambar

menurut saya, masalahnya adalah karena saya menggunakan terminal

harap Anda segera memperbaikinya.Halo. pertama-tama, saya sudah menginstal plugin ini, dan ini sangat menakjubkan. terima kasih telah membuat plugin ini 👍.

kembali ke topik, saya menjalankan migrasi menggunakan perintah ini php artisanmigrate:fresh --seed. migrasi berhasil dijalankan, tetapi seeder tidak dapat berjalan dengan benar dan membuat mysql saya crash.

Kemudian saya menjalankan perintah migrasi & seed secara terpisah. anehnya perintah migrasi berjalan dengan baik. tapi tidak dengan seeder. gambar gambar

jadi, jalan alternatif yang saya pilih. disetel semua kunci diaktifkan ke false kode

and it ran smoothly without any crashes. gambar

i think, the problem is that I'm using the terminal.

My hope is that you will want to fix this. thanks