All Projects → Litepie → Task

Litepie / Task

Licence: MIT License
No description or website provided.

Programming Languages

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

Projects that are alternatives of or similar to Task

Ecno
Ecno is a task state manager built on top of UserDefaults in pure Swift 4.
Stars: ✭ 92 (+557.14%)
Mutual labels:  tasks, task-manager
WeekToDoWeb
WeekToDo is a free minimalist weekly planner app focused on privacy. Schedule your tasks and projects with to do lists and a calendar. Available for Windows, Mac, Linux or online.
Stars: ✭ 48 (+242.86%)
Mutual labels:  tasks, task-manager
Nickel
Micro tasks manager written in pure Python
Stars: ✭ 18 (+28.57%)
Mutual labels:  tasks, task-manager
bikeshed
Lock free hierarchical work scheduler
Stars: ✭ 78 (+457.14%)
Mutual labels:  task-manager
scheduler
Task Scheduler for Laravel applications. UI from scratch
Stars: ✭ 18 (+28.57%)
Mutual labels:  task-manager
epam-java-cources
Practice tasks for EPAM students of Java Core courses. Write code with pleasure!
Stars: ✭ 20 (+42.86%)
Mutual labels:  tasks
FirefoxTaskMonitor
Show CPU & memory bar, per tab and all tasks. Firefox userChrome script. 🛠️📊
Stars: ✭ 16 (+14.29%)
Mutual labels:  task-manager
electrocute
See all electron-based applicatios that you have running
Stars: ✭ 13 (-7.14%)
Mutual labels:  task-manager
concurrent-tasks
A simple task runner which will run all tasks till completion, while maintaining concurrency limits.
Stars: ✭ 27 (+92.86%)
Mutual labels:  tasks
reflow
A light-weight lock-free series/parallel combined scheduling framework for tasks. The goal is to maximize parallelism in order to minimize the execution time overall.
Stars: ✭ 23 (+64.29%)
Mutual labels:  task-manager
davx5-ose
DAVx⁵ is an open-source CalDAV/CardDAV suite and sync app for Android. You can also access your online files (WebDAV) with it.
Stars: ✭ 160 (+1042.86%)
Mutual labels:  tasks
ManagedShell
A library for creating Windows shell replacements using .NET.
Stars: ✭ 134 (+857.14%)
Mutual labels:  task-manager
sre-playground
🎯 A set of Site Reliability Engineering notes & challenges
Stars: ✭ 24 (+71.43%)
Mutual labels:  tasks
fpplatform
FPPlatform is the fixed-price marketplace software that is capable to launch fiverr clones, microworkers, etc. Ideal for micro jobs, tasks, errands, etc
Stars: ✭ 28 (+100%)
Mutual labels:  tasks
stack-public
A key-value based writer.
Stars: ✭ 19 (+35.71%)
Mutual labels:  task-manager
To-Do
To-do is a web app that helps to organize your day-to-day activities. It lists all the activities that you need to be completed and allows you to mark them as complete or not. Tasks can also be dragged and dropped in any position. It's a minimalistic website built using JavaScript ES6, Webpack, and CSS.
Stars: ✭ 14 (+0%)
Mutual labels:  tasks
unfog.vim
⏱ Vim plugin for Unfog CLI task & time manager.
Stars: ✭ 61 (+335.71%)
Mutual labels:  task-manager
routinger
Routinger is a task scheduler app that is made to make you a better person at no extra cost. The code is open-source. Dart language and Flutter framework are used extensively.
Stars: ✭ 14 (+0%)
Mutual labels:  task-manager
jobxx
Lightweight C++ task system
Stars: ✭ 76 (+442.86%)
Mutual labels:  tasks
cv4pve-metrics
Metrics for Proxmox VE, Grafana with dasboard, InfluxDb
Stars: ✭ 38 (+171.43%)
Mutual labels:  tasks

This is a Laravel 5 package that provides task management facility for litepie framework.

Installation

Begin by installing this package through Composer. Edit your project's composer.json file to require litepie/task.

"litepie/task": "dev-master"

Next, update Composer from the Terminal:

composer update

Once this operation completes execute below cammnds in command line to finalize installation.

Litepie\Task\Providers\TaskServiceProvider::class,

And also add it to alias

'Task'  => Litepie\Task\Facades\Task::class,

Use the below commands for publishing

Migration and seeds

php artisan vendor:publish --provider="Litepie\Task\Providers\TaskServiceProvider" --tag="migrations"
php artisan vendor:publish --provider="Litepie\Task\Providers\TaskServiceProvider" --tag="seeds"

Configuration

php artisan vendor:publish --provider="Litepie\Task\Providers\TaskServiceProvider" --tag="config"

Language

php artisan vendor:publish --provider="Litepie\Task\Providers\TaskServiceProvider" --tag="lang"

Views public and admin

php artisan vendor:publish --provider="Litepie\Task\Providers\TaskServiceProvider" --tag="view-public"
php artisan vendor:publish --provider="Litepie\Task\Providers\TaskServiceProvider" --tag="view-admin"

Publish admin views only if it is necessary.

Usage

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].