https://github.com/munafio/taskwall
A simple Laravel-Vue Task manager to add/remove tasks.
https://github.com/munafio/taskwall
laravel php vuejs
Last synced: 4 months ago
JSON representation
A simple Laravel-Vue Task manager to add/remove tasks.
- Host: GitHub
- URL: https://github.com/munafio/taskwall
- Owner: munafio
- Created: 2019-12-01T15:16:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:04:03.000Z (over 3 years ago)
- Last Synced: 2025-03-25T06:13:04.809Z (about 1 year ago)
- Topics: laravel, php, vuejs
- Language: PHP
- Homepage:
- Size: 2.73 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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
```bash
# build and watch
npm run watch
# serve with hot reloading
npm run hot
```
#### Production
```bash
npm run production
```
That's it :)