This is a simple Task Manager Free module for Lara Dashboard. It allows you to create, update, and delete tasks, as well as manage task statuses. Its an example official module for Lara Dashboard, showcasing how to create a module with CRUD operations.
Step by step guide how to add a module in Lara Dashboard easily -
or try direct URL - https://youtu.be/rUW4vCSjSiI
- Create, update, and delete tasks
- Manage task statuses (e.g., pending, completed)
- Sort tasks by various criteria
- Bulk delete tasks
- Responsive design for mobile and desktop
- User-friendly interface with modals for task creation and editing
- Integration with Lara Dashboard's module system
- Example of using Lara Dashboard's built-in features like notifications and modals
To install the TaskManager module, follow these steps: Run the command inside your Lara Dashboard project directory:
cd Modules
git clone https://github.com/laradashboard/TaskManager.git
For more information, please refer to the Lara Dashboard documentation.