Skip to content

A simple Laravel-Vue Task manager to add/remove tasks.

Notifications You must be signed in to change notification settings

munafio/TaskWall

Repository files navigation

TaskWall

A simple Laravel-Vue Task manager to add/remove tasks.

Preview

Features

  • Simple UI
  • Add/remove tasks.
  • Tasks list for each user.

Installation

  • Download the app.
  • run composer install.
  • When installed via git clone or download, run php artisan key:generate.
  • Rename .env.example to .env or create a copy of the file with the new name.
  • Edit .env and set your database connection details.
  • run php artisan migrate
  • run npm install

Usage

Development

# build and watch
npm run watch

# serve with hot reloading
npm run hot

Production

npm run production

That's it :)

About

A simple Laravel-Vue Task manager to add/remove tasks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published