owujib

Results 5 comments of owujib

I am having the exact same problem, I am not sure if the solution I have is really cool. I resolved it with adding the `---legacy-peer-deps` flag. or you could...

> @owujib legacy-peer-deps is just a temporary solution. Ideally, it should support React 18 Yeah I really wish it would be resolved

Can I also use this custom uploader for cloudinary? I have tried making something out of it but I could not, I would really appreciate if I can get any...

Hi @alissn I saw in the documentation that this line `"App\\Modules\\": "app/Modules",` does not need to be in the root composer.json but I keep getting the serviceprovider not found error...

Yes it has, this is the way it's referenced. ```json "extra": { "laravel": { "dont-discover": [] }, "merge-plugin": { "include": [ "Modules/*/composer.json" ] } }, ``` > Hi [@owujib](https://github.com/owujib) >...