PHPackages                             uzair3/attendance - 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. uzair3/attendance

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

uzair3/attendance
=================

attendance system

v1.0.4(11mo ago)04MITJavaScript

Since May 22Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/uzairsharif/attendance)[ Packagist](https://packagist.org/packages/uzair3/attendance)[ RSS](/packages/uzair3-attendance/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (6)Used By (0)

1. composer create-project laravel/laravel:^11.0 my-laravel-app
2. in .env file set mysql connection...
3. composer require uzair3/attendance and then php artisan migrate but following error came.
4. specified key was too long issue was resolved by using Schema::defaultStringLength(191); in app\\AppServiceProviders and "use Illuminate\\Support\\Facades\\Schema;
5. php artisan migrate to run all migrations.
6. php artisan db:seed
7. Authentication.... laravel ui authentication with bootstrap krnay k liay following commands run ki. -composer require laravel/ui command was run... -- php artisan ui bootstrap --auth ...it asked to replace controller "yes" kia -- npm install and npm run dev was run....
8. Multi Role Authentication in Login Controller of main laravel application use Uzair3\\Attendance\\AuthRedirectsTrait;
    use Illuminate\\Http\\Request; use AuthRedirectsTrait trait by add this line as trait use AuthRedirectsTrait;

    in Register controller of main laravel application use Uzair3\\Attendance\\AuthRedirectsTrait; use Illuminate\\Http\\Request; use AuthRedirectsTrait; use it as a trait. protected function registered(Request $request, $user) { return $this-&gt;handleUserRedirection($user); }
9. Package has Attendance ServiceProvider in uzair3/attendance/src/AttendanceServiceProvider in this file there are $this-&gt;publishes that need to be published so we run php artisan vendor:publish command. select Uzair3\\Attendance\\AttendanceServiceProvider and publish it.
10. Soft Deletes User model in the host application must use Illuminate\\Database\\Eloquent\\SoftDeletes. use Illuminate\\Database\\Eloquent\\SoftDeletes;
    use HasFactory, Notifiable , SoftDeletes;
11. php artisan storage:link command to link the storage folder in the public folder this will create a storage folder in public folder. and in your User modal you have to allow profile\_image in $fillable array like this give below. protected $fillable = \[ 'name', 'email', 'password', 'profile\_image' \];
12. automatic checkout php artisan schedule:work command can be run to automatic checkout after office closing time of office. for this to work your host application should have console.php and this file should have

    use Illuminate\\Support\\Facades\\Schedule; and Schedule::command('checkout:cron')-&gt;dailyAt('21:05'); // Schedule::command('checkout:cron')-&gt;everyMinute();

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance52

Moderate activity, may be stable

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~6 days

Total

5

Last Release

336d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cb06e108f72278406a03a0d8165429b876d63d05605fad226feec8243a050416?d=identicon)[uzair sharif](/maintainers/uzair%20sharif)

---

Top Contributors

[![uzairsharif](https://avatars.githubusercontent.com/u/30857610?v=4)](https://github.com/uzairsharif "uzairsharif (6 commits)")

### Embed Badge

![Health badge](/badges/uzair3-attendance/health.svg)

```
[![Health](https://phpackages.com/badges/uzair3-attendance/health.svg)](https://phpackages.com/packages/uzair3-attendance)
```

###  Alternatives

[lionix/seo-manager

SEO Manager for Laravel Framework

2165.4k](/packages/lionix-seo-manager)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
