makscraft / mv-tracker
Simple task tracking system based on MV framework.
1.3.14
2024-09-19 11:55 UTC
Requires
- php: >=8.0
- makscraft/mv-core: ^3
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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.