Fieldo is a streamlined system for managing field technicians, tasks, and reports—built for clarity and efficiency. Built with Laravel Filament, Laravel Sanctum, and Flutter.
Need custom features? Click Here.
- Manage tasks.
- Manage reports.
- Manage technicians.
- View and update assigned tasks.
- Submit reports.
```shell
# create the database (ex: fieldo)
# clone the project
git clone https://github.com/raflizocky/field-service-management.git
# create .env
cp .env.example .env
# adjust db .env
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=fieldo
DB_USERNAME=your_mysql_username
DB_PASSWORD=your_mysql_password
# important command before running (change to "&&" if using cmd)
composer update ; composer i ; php artisan key:generate ; php artisan mi:f --seed ; php artisan storage:link ; php artisan icons:cache ; php artisan ser
```
# usage
email : admin@example.com
password: password
```
If you encounter any issues or would like to contribute to the project, feel free to:
- Report any issues.
- Submit a pull request.
- Participate in discussions for any questions, feedback, or suggestions.
Code released under the MIT License. Attribution appreciated.