Best laravel framework open-source packages.

Livewire task management

Wiring Laravel 8 with Livewaire
Updated 2 years ago

Taskmana

Simple Task Management Using Laravel 8 and Livewire 2

Testing how Livewire seemlessly works Laravel like ReactJs and Vue.

Features

  • Add Task
  • Delete Task
  • Mark as Completed
  • Love the Task

Installation

  • Clone this repo
  • Composer Install
  • setup enviroment file cp .env_example .env
  • Migrate the database php artisan migrate --seed
  • Install Livewire composer require livewire/livewire
  • Enjoy