makscraft / mv-tracker
Simple task tracking system based on MV framework.
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=8.0
- makscraft/mv-core: ^3
README
Simple task tracking system based on MV framework
More information on official site MV tracker
Installation via composer
composer create-project makscraft/mv-tracker project_name
- If your project is located at the domain root, get into the domain root directory and run the composer command with the . (dot) value instead of project_name.
- If your project is located not at the domain root, you will need to specify the project subdirectory like /my/tracker/ during the composer installation.
- All the other critical settings will be generated automatically by composer.
- After the intallation process run your http server and check your app.
Manual installation
Described on the site https://mv-tracker.com/installation
Screeshots
Add comment and bulk action examples.