PHPackages                             naykel/devit - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. naykel/devit

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

naykel/devit
============

Laravel development toolbar for quick user switching and testing

v1.2.1(2mo ago)0201↓50%MITPHPPHP ^8.2

Since Feb 13Pushed 2mo agoCompare

[ Source](https://github.com/naykel76/devit)[ Packagist](https://packagist.org/packages/naykel/devit)[ Docs](https://naykel.com.au)[ RSS](/packages/naykel-devit/feed)WikiDiscussions main Synced 1mo ago

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

[![](https://avatars0.githubusercontent.com/u/32632005?s=460&u=d1df6f6e0bf29668f8a4845271e9be8c9b96ed83&v=4)](https://naykel.com.au)

[![Total
Downloads](https://camo.githubusercontent.com/bd153e33474e10bbcc745c92970dfe268ba6c6a32853ac32385b874e2b97200a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e61796b656c2f6465766974)](https://packagist.org/packages/naykel/devit) [![Latest Stable
Version](https://camo.githubusercontent.com/09b12590daa2117a2839f48d8345645a52d77fc585fcb0dce4f4b787682d6f11/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e61796b656c2f6465766974)](https://packagist.org/packages/naykel/devit) [![License](https://camo.githubusercontent.com/3c3c755a88ed7c8d55406a889c7cd10823344966f50e8e2c9e4e18532670e6bb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6e61796b656c2f6465766974)](https://packagist.org/packages/naykel/devit)

NAYKEL Devit
============

[](#naykel-devit)

Dev toolbar for Naykel Laravel applications.

**This package is for local development only.**

It must be installed as a dev dependency and must not exist in production deployments.

Installation
------------

[](#installation)

Install via Composer:

```
composer require naykel/devit --dev
```

The service provider is registered automatically via Laravel package discovery.

Usage
-----

[](#usage)

Add the toolbar to your layout file (typically `resources/views/layouts/app.blade.php`):

```
@includeIf('devit::toolbar')
```

Features
--------

[](#features)

The toolbar provides quick access to the following development routes:

- **Super User** – Log in as user ID 1
- **Admin User** – Log in as user ID 2
- **User** – Log in as user ID 3
- **User2** – Log in as user ID 4
- **Site Pages** – Link to `pages.all` route (if available)
- **Dev** – Link to `dev` route (if available)
- **Test Email** – Send a test email to verify mail configuration
- **Admin** – Link to `admin.dashboard` route (if available)

Available Routes (Local Only)
-----------------------------

[](#available-routes-local-only)

When in the local environment, the following routes are automatically registered:

RouteDescription`GET /login-super`Log in as super user (ID 1)`GET /login-admin`Log in as admin user (ID 2)`GET /login-user`Log in as user (ID 3)`GET /login-user2`Log in as user2 (ID 4)`GET /test-email`Send a test email to the configured from addressTest email is sent to `config('mail.from.address')` so you can verify mail configuration locally.

Configuration
-------------

[](#configuration)

Publish the config (optional):

```
php artisan vendor:publish --tag=devit-config
```

Edit `config/devit.php`:

- `user_ids` – Array of keys `super`, `admin`, `user`, `user2` with user IDs. Set a key to `null` to disable that login route.
- `redirect_after_login_user` – Route name to redirect after login as user. Default is `null`, which redirects back to the previous page.

License
-------

[](#license)

This package is open-sourced software licensed under the MIT license.

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance84

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

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 ~4 days

Total

4

Last Release

80d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laraveldevdevelopmentlocalNaykel

###  Code Quality

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/naykel-devit/health.svg)

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

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.2k124.3M624](/packages/barryvdh-laravel-debugbar)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[spatie/laravel-web-tinker

Artisan Tinker in your browser

1.2k3.8M6](/packages/spatie-laravel-web-tinker)[fruitcake/laravel-telescope-toolbar

Toolbar for Laravel Telescope based on Symfony Web Profiler

8041.6M3](/packages/fruitcake-laravel-telescope-toolbar)[laracraft-tech/laravel-xhprof

Easy XHProf setup to profile your laravel application!

235321.4k](/packages/laracraft-tech-laravel-xhprof)[spatie/laravel-error-solutions

Display solutions on the Laravel error page

9773.5k](/packages/spatie-laravel-error-solutions)

PHPackages © 2026

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