Skip to content
← Back to projects

Livewire Vue Dependent Dropdowns

The Laravel Framework.

#Livewire vs Vue: Dependent Dropdowns Demo

#How to use

  • Clone the project with git clone
  • Copy .env.example file to .env and edit database credentials there
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate --seed (it has some seeded data for your testing)
  • Run npm install && npm run dev to compile Vue and other front-end assets
  • That's it: launch the main URL

New version available.