Pedro Martins

Results 435 comments of Pedro Martins
trafficstars

Hey @azeddine-hf thanks for the question, there is an issue in the docs. Please create a file `blank.blade.php` at the root of your theme folder, similar to https://github.com/Laravel-Backpack/theme-coreuiv4/blob/main/resources/views/blank.blade.php change the...

Hey @azeddine-hf try clearing the caches with `php artisan view:clear`. Also make sure your `.env` file has `APP_ENV=local` and `APP_DEBUG=true` so you should get a nicer error message like: ```...

Hey @azeddine-hf most likely your template is missing the `@stacks` and `@yields` where backpack pushes the scripts needed for stuff to work, datatables, fields etc. Make sure your template include...

Like I told you, it's missing @stacks and @yields. https://github.com/Laravel-Backpack/theme-coreuiv2/blob/11ec0cbaecefd3272601a7fb0d32457533a09ce6/resources/views/layouts/top_left.blade.php#L46

Check Browser developer tools for possible errors in console/network, I hope you know that just saying "this doesn't work" with an image does not help me much to help you....

Hey @makss thanks for the PR 🙏 Sorry it took some time to get back here! Indeed I think it's a very clever solution to allow developer to share links...

Hey @misiekch thanks for the report. From the error you provided I think I got the "issue", and I've attempted a fix in #5639 Can you give it a test...

Thanks @misiekch for helping testing this out. It's now available in `backpack/crud` 6.7.33 👍 Let me know if you experience any other issues 🙏 Cheers

Hey @rezahmady thanks for the report 🙏 We've just tagged `backpack/crud` 6.7.32 with a fix for dynamic relationships it should work just as any other relation defined on the model....

I think I missed adding a test for belongsToMany with subfields. I will add one ASAP and fix anything I found broken 👍 thanks for the heads up! Cheers