Muhammad Taha

Results 5 comments of Muhammad Taha

Might be a possibility but is there any way I can debug the real issue in it?

What I did is to add the seeder insider the existing seeder inside the module e.g ``` namespace Modules\User\Database\Seeders; use Modules\User\Database\Seeders\BouncerDataSeeder; use Illuminate\Database\Seeder; class UserDatabaseSeeder extends Seeder { /** *...

Still the same laravel-filemanager : 2.1.0 laravel : 5.8.38 van-ons/laraberg: 1.1.1

I was missing working directory configurations in `lfm.php`. I think this should be part of the package. Here is what I added to it: ``` /* |-------------------------------------------------------------------------- | Working Directory...