Joshua Sznapstajler
Joshua Sznapstajler
A few breaking changes in Nova 4.
Is there a way to trigger the cdn:push when a new image is added? That way the CDN stay's in sync? I tried to use Artisan::call('cdn:push') but that did not...
Not sure what context you would need to diagnose but using a default install, no modifications. Have not modified much lately but the "nova_get_menu_by_slug" command returns the complete menu, but...
A few breaking changes in Nova 4
I have a very standard implementation except i'm using Alpine-JS models. Sometimes when images load, they load with a width/height of 0px. resizing the image does not fix it. Anyone...
Fresh laravel install and followed documentation. Had to enable the cors setting for authentication to get anything to work. Only testing with just a base counter component. Component will show...