Skip to content

Tag: laravel

Laravel Varbox how can I extend the Revision model

I’m using Varbox admin panel inside a Laravel project. The HasRevisions trait on my Article custom entity and everything works as expected. However, recently I’ve extended the revisions database table to also support soft deleting by adding a deleted_at column, but I don’t know how to actually extend th…

return array from command to controller. Laravel [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 1 year ago. Improve this question I have an array in my command and I want to return the array to a controller where I call the…