All Projects → drehimself → vue-draggable-with-laravel

drehimself / vue-draggable-with-laravel

Licence: other
Using Vue.Draggable to sort a collection of items and persist them to the database with Laravel

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
Vue
7211 projects

Projects that are alternatives of or similar to vue-draggable-with-laravel

he-tree-vue
A draggable sortable vue tree component, with dragging placeholder, types definition.
Stars: ✭ 123 (+339.29%)
Mutual labels:  vue-draggable
nodejs-vuejs-mysql-boilerplate
Node.js (REST API) + Vue.js/Nuxt.js (Frontend/Backend) + MySQL Boilerplate
Stars: ✭ 134 (+378.57%)
Mutual labels:  vue-draggable

Vue.Draggable with Laravel

Code for YouTube video tutorial: https://www.youtube.com/watch?v=1Yrzli1PqFc

Installation

  1. clone the repo and cd into it
  2. composer install
  3. rename or copy .env.example file to .env
  4. Enter your database credentials in your .env file
  5. php artisan migrate
  6. php artisan key:generate
  7. npm install
  8. npm run dev
  9. php artisan serve or use Laravel Valet
  10. Visit localhost:8000 in your browser
  11. Go to Admin section and drag and drop to your heart's content.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].