Stackwebify v1.0

Tasking

v1.0

Project Management System

Getting Started

Thank you for purchasing Tasking. This guide walks you through everything from requirements to a running install.

Thank you for purchasing Tasking — Project Management System. This documentation covers the requirements, purchase-key activation and a step-by-step installation so you can get up and running quickly.

  • Version: v1.0
  • Author: Stackwebify
  • Framework: Laravel 13 + Inertia + Vue 3
  • Support: Via the support portal with your purchase code
Please read every section carefully before installing. Most support tickets are answered directly by the steps below.

Basic Knowledge

To install, set up, and publish Tasking with your branding, it's necessary to possess fundamental knowledge in both server-side and web development, since the system comprises multiple features across web and API layers.

  • IDE for web development — we prefer PhpStorm and VS Code.
  • Real server related knowledge like Apache or Nginx.
  • Hosting knowledge — we prefer cPanel on your server for a quick installation.
  • Basic knowledge of PHP, Node, NPM, Vue and Laravel.
IMPORTANT: Before making any frontend changes, run npm install in your terminal first. After making changes, build the assets by running npm run build.

Server

Before installing, please make sure the components below are enabled on your server.

  • PHP >= 8.3
  • MySQL >= 8.0
  • Node >= 20 and NPM
  • Composer 2
  • PHP extensions: BCMath, Ctype, cURL, DOM, Fileinfo, JSON, Mbstring, OpenSSL, PCRE, PDO, Tokenizer, XML
  • Apache mod_rewrite (or the Nginx equivalent) enabled

Server Requirements Check

Active Purchase Key

Activate your purchase key to unlock updates and support. Follow these steps:

  1. Register an account on the Stackwebify portal.
  2. Verify your email address from the confirmation link.
  3. Log in and open the Licenses page.
  4. Paste the purchase code you received from CodeCanyon.
  5. Copy the generated license key — you'll need it during installation.

Purchase Key Activation


Installation

Upload, configure and run the web installer.

Follow these steps to install Tasking on your server. The bundled web installer walks you through requirements, permissions, license, site info and database configuration.

php.ini requirements

Make sure no required functions are disabled. In your php.ini, the disable_functions directive should be empty:

disable_functions =
  1. Extract the downloaded ZIP and upload the files to your server.
  2. Point your domain document root to the /public directory.
  3. Set writable permissions on storage and bootstrap/cache.
  4. Create a MySQL database and a user with full privileges on it.
  5. Visit https://your-domain.com/install to launch the installer.
  6. Complete the wizard: Requirements → Permissions → License → Site Info → Database → Install.

Web Installer Wizard

Default credentials: after install, log in with admin@example.com / password and change them immediately.

Settings

Once installed, configure your application from the dashboard Settings area — general info, branding, mail and payment options.

Dashboard Settings

Note: email features (verification, campaigns, notifications) require a working SMTP configuration. Set it under Settings → Mail before going live.

Support

Need help? Reach out through the support portal with your purchase code.

  • Response time: within 12–24 hours on weekdays.
  • Support covers bug fixes and installation help, not custom development.

If Tasking helped you, a rating on CodeCanyon is hugely appreciated. Thank you!


Changelog

v1.0

  • Initial release.