vendor/backpack/crud/img/ajax-loader.gif not found
I copied the folder vendor/backpack/crud/src/public/crud/img in to public/vendor/backpack/crud/img
3.3.4, 5.5.28, 7.2
Hi @cerelli ,
Thanks for the bug report. Yes, the ajax-loader image has been introduced in a relatively new BackpackCRUD version, as a backwards-compatible update. So you shouldn't get an error - if the file is missing you should see the "Loading..." text, just like before, instead of the new, cooler spinner:

If you have this error I recommend you re-publish the assets with php artisan vendor:publish --provider="Backpack\CRUD\CrudServiceProvider" --tag="public".
Another solution would be to copy the file manually, like you said.
Thanks, cheers!
Most helpful comment
Hi @cerelli ,
Thanks for the bug report. Yes, the ajax-loader image has been introduced in a relatively new BackpackCRUD version, as a backwards-compatible update. So you shouldn't get an error - if the file is missing you should see the "Loading..." text, just like before, instead of the new, cooler spinner:

If you have this error I recommend you re-publish the assets with
php artisan vendor:publish --provider="Backpack\CRUD\CrudServiceProvider" --tag="public".Another solution would be to copy the file manually, like you said.
Thanks, cheers!