vue-draggable-with-laravel
vue-draggable-with-laravel copied to clipboard
Using Vue.Draggable to sort a collection of items and persist them to the database with Laravel
Vue.Draggable with Laravel
Code for YouTube video tutorial: https://www.youtube.com/watch?v=1Yrzli1PqFc
Installation
- clone the repo and cd into it
composer install- rename or copy
.env.examplefile to.env - Enter your database credentials in your
.envfile php artisan migratephp artisan key:generatenpm installnpm run devphp artisan serveor use Laravel Valet- Visit localhost:8000 in your browser
- Go to Admin section and drag and drop to your heart's content.