In this application, I build a Kanban-like Board using PHP Laravel, InertiaJS, Vue.Draggable, and Taliwind css.
The goal is not the board by itself, but rather to demonstrate how to batch update reordering multiple columns with multiple cards, all at once.
There are several ways to achieve this goal, however, I've chosen a built option, which using the Eloquent upsert() method.
I use Laravel Sail over Docker to build and develop this application. However, you could easily run this application locally without having Laravel Sail.
Follow the steps below to install and run the application locally.
cd
command on your cmd
or terminalThis package is licensed under the MIT License.