PHPackages                             anwar/attendance-sync - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. anwar/attendance-sync

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

anwar/attendance-sync
=====================

Kiosk attendance sync package for Laravel 10

0.0.41(3mo ago)014MITPHPPHP ^7.3 || ^8.0

Since Jan 29Pushed 3mo agoCompare

[ Source](https://github.com/ringkubd/kiosk-attendance-laravel-backend-package)[ Packagist](https://packagist.org/packages/anwar/attendance-sync)[ RSS](/packages/anwar-attendance-sync/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (4)Versions (6)Used By (0)

kiosk-attendance-sync
=====================

[](#kiosk-attendance-sync)

Configurable User Relationship
------------------------------

[](#configurable-user-relationship)

The `AttendanceEmployee` model can be configured to have a relationship with a User model. This is useful if you want to link an employee to a user in your application.

To enable this feature, you need to publish the `attendance-sync-config` configuration file:

```
php artisan vendor:publish --tag=attendance-sync-config
```

This will create a `config/attendance-sync.php` file in your application. You can then edit this file to specify the User model and the relationship name.

By default, the configuration looks like this:

```
