Skip to content

Repository files navigation

Fieldo - Field Service Management

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.

Web Mobile

Features

Admin

  • Manage tasks.
  • Manage reports.
  • Manage technicians.

Technician

  • View and update assigned tasks.
  • Submit reports.

Installation (Web)

```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
```

Contributing

If you encounter any issues or would like to contribute to the project, feel free to:

License

Code released under the MIT License. Attribution appreciated.

About

Field service management app for task tracking, reporting, and analytics. Built with Laravel and Flutter.

Topics

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages