Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.99 KB

README.md

File metadata and controls

42 lines (34 loc) · 1.99 KB

Module Activity

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

A dedicated module that allows users to efficiently monitor and manage their daily activities. The project's goal is to help users stay productive, track their progress, and better manage their time.

Main Features

  • Task Management: Create, edit, and delete tasks.
  • Progress Tracking: Track the progress of your daily, weekly, or monthly activities.
  • Notifications: Receive reminders for upcoming or overdue tasks.
  • Statistics: View statistics on your completed activities over time.

Prerequisites

Add Module to the Project Base

Inside the laravel/Modules folder:

git submodule add https://github.com/laraxot/module_activity_fila3.git Activity

Verify the Module is Active

php artisan module:list

If necessary, enable it:

php artisan module:enable Activity

Run the Migrations

php artisan module:migrate Activity