Taskify SaaS - Project Management System in Laravel

Taskify SaaS - Project Management System in Laravel 1.0.2

No permission to download
chavez Staff Sergeant
Bronze Member
badge id 1 1 Year of Membership
Sep 11, 2021
3,566
836
$3,098
Tested


2024-05-23_185944.jpg

2024-05-23_190449.jpg

2024-05-23_190504.jpg
issue:
Code:
Undefined array key 0
resources / views / partials / _navbar.blade.php : 72

edit
resources / views / partials / _navbar.blade.php
from
PHP:
  @if ($current_language[0]['code'] == $default_language)
to
Code:
  @if (false)
 
thanks to dear member @hargrave updated Taskify SaaS - Project Management System in Laravel with a new update entry:

22 Jun 2024

+ Added filters in subscriptions, plans, projects, tasks, and more
+ Resolved other admin's status visibility issue.
+ Resolved plan image update issue
+ Added validations for price and percentages in the entire app.
+ Resolved symlink storage issue
+ Resolved minor bugs and did overall improvements.
+ Various UI improvements and bug fixes.

Read the rest of this update entry...
 
thanks to dear member @netman updated Taskify SaaS - Project Management System in Laravel with a new update entry:

01-Jul-2024

Added
- New feature: System notifications for project, task, workspace, and meeting assignments.
- New feature: SMS notifications for project, task, workspace, and meeting assignments, including SMS gateway settings to configure preferred SMS gateways.
- Customizable email templates for:
- Account creation
- Email verification
- Forgot password
- Project/task/meeting/workspace assignments
- Languages list page with options to edit and delete languages.
- Proper gap between filters in...

Read the rest of this update entry...
 
Back
Top