PHPackages                             takshak/adash-exam - 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. [Admin Panels](/categories/admin)
4. /
5. takshak/adash-exam

ActiveLibrary[Admin Panels](/categories/admin)

takshak/adash-exam
==================

exam extension for adash admin panel

2.6.12(3mo ago)0118MITBlade

Since Sep 13Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/takshaktiwari/adash-exam)[ Packagist](https://packagist.org/packages/takshak/adash-exam)[ RSS](/packages/takshak-adash-exam/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (52)Used By (0)

Introduction
============

[](#introduction)

An extension for exam panel for `takshak/adash` admin panel package. You will have exam paper management setup the questions for users who will attempt the exam. Install package via composer:

```
composer required takshak/adash-exam

```

Migrate the tables:

```
php artisan migrate

```

To get dummy data seeded, publish the seeders and run them individually:

```
php artisan vendor:publish --tag=adash-exam-seeds

```

Run seeders:

```
php artisan db:seed --class=QuestionGroupSeeder
php artisan db:seed --class=QuestionSeeder
php artisan db:seed --class=PaperSeeder

```

Add routes to sidebar in admin (components/admin/sidebar.php)

```

```

To customize views publish views and you will get exam layout in layouts folder, components and admin pages will be in components/exam and admin/exam respectively.

```
php artisan vendor:publish --provider="Takshak\Exam\ExamServiceProvider"

```

Additionally you can publish just required assets.

- **Publish Seeders:** `php artisan vendor:publish --tag="adash-exam-seeds"`. You will get the seeders in seeders folder.
- **Publish Routes:** `php artisan vendor:publish --tag="adash-exam-routes"`. You will get a file named *exam.php* in routes folder.
- **Publish Views:** `php artisan vendor:publish --tag="adash-exam-views"`. You will get the views in *exam* folder in components and in admin folder.

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance78

Regular maintenance activity

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.4% 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 ~17 days

Recently: every ~9 days

Total

51

Last Release

115d ago

Major Versions

0.2.2 → 1.0.02023-09-20

1.6.3 → 2.0.02023-10-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/c20abfe33a88ffe808d63e38e4cbecc9c493458cff8b3d8338ccf846395f57a8?d=identicon)[takshaktiwari](/maintainers/takshaktiwari)

---

Top Contributors

[![takshaktiwari](https://avatars.githubusercontent.com/u/58802422?v=4)](https://github.com/takshaktiwari "takshaktiwari (63 commits)")[![ve-takshak](https://avatars.githubusercontent.com/u/197577695?v=4)](https://github.com/ve-takshak "ve-takshak (1 commits)")

---

Tags

laraveladminexamadash

### Embed Badge

![Health badge](/badges/takshak-adash-exam/health.svg)

```
[![Health](https://phpackages.com/badges/takshak-adash-exam/health.svg)](https://phpackages.com/packages/takshak-adash-exam)
```

###  Alternatives

[serverfireteam/panel

Admin panel for Laravel applications

42532.2k2](/packages/serverfireteam-panel)[arbory/arbory

Administration interface for Laravel

4752.8k3](/packages/arbory-arbory)

PHPackages © 2026

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