PHPackages                             muhammad-inaam-munir/speed-admin - 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. muhammad-inaam-munir/speed-admin

ActiveLibrary[Admin Panels](/categories/admin)

muhammad-inaam-munir/speed-admin
================================

Admin panel for laravel. Quickly build admin like applications

v1.2.05(4y ago)349812[2 issues](https://github.com/Muhammadinaam/speed-admin/issues)MITHTMLPHP &gt;=7.2

Since Jun 21Pushed 2y ago2 watchersCompare

[ Source](https://github.com/Muhammadinaam/speed-admin)[ Packagist](https://packagist.org/packages/muhammad-inaam-munir/speed-admin)[ RSS](/packages/muhammad-inaam-munir-speed-admin/feed)WikiDiscussions 1.2.05 Synced yesterday

READMEChangelog (10)Dependencies (5)Versions (32)Used By (0)

Speed Admin
===========

[](#speed-admin)

**A rapid application development framework** for Laravel 8+. It has built-in Users Management with Roles and Permissions. It speeds up the development of CRUD functionality (adding data tables and forms).

[Documentation / Features](https://minaammunir.gitbook.io/speed-admin/)
=======================================================================

[](#documentation--features)

=============================================

[](#httpsminaammunirgitbookiospeed-admin)

Quickly create Forms and Grids:
-------------------------------

[](#quickly-create-forms-and-grids)

Easy to create data tables (grid)

[![Easy to create datatables (grid)](.gitbook/assets/grid_pic.png)](.gitbook/assets/grid_pic.png)

Easy to add Forms with **translations support**

[![Easy to add Forms with translations support](.gitbook/assets/form_pic.png)](.gitbook/assets/form_pic.png)

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

[](#installation)

Install via composer

```
composer require muhammad-inaam-munir/speed-admin
```

### Publish package config file and assets

[](#publish-package-config-file-and-assets)

```
php artisan vendor:publish --tag=speed-admin-config
php artisan vendor:publish --tag=speed-admin-public
```

### Add alias in app.php (Optional):

[](#add-alias-in-appphp-optional)

```
'SpeedAdminHelpers' => MuhammadInaamMunir\SpeedAdmin\Facades\SpeedAdminHelpersFacade::class,
```

### Run following commands

[](#run-following-commands)

```
php artisan migrate
php artisan config:cache
php artisan config:clear
php artisan clear-compiled
composer dump-autoload
```

### Run the following command to create the admin user

[](#run-the-following-command-to-create-the-admin-user)

Following command will create admin user username: **** and password: **admin**.

```
php artisan speed-admin:create-admin-user
```

### Visit admin page:

[](#visit-admin-page)

Visit `http://localhost:8000/admin` if you are running server through `php artisan serve` or you can directly visit `http://localhost/project_folder/public/admin`. Use the above credentials to log in.

Credits: thanks to the following packages
-----------------------------------------

[](#credits-thanks-to-the-following-packages)

- spatie/laravel-translatable
- coreui
-

License
-------

[](#license)

MIT

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity57

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

Recently: every ~227 days

Total

32

Last Release

828d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

adminlaravelodooodoo-alternativeadminspeed

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/muhammad-inaam-munir-speed-admin/health.svg)

```
[![Health](https://phpackages.com/badges/muhammad-inaam-munir-speed-admin/health.svg)](https://phpackages.com/packages/muhammad-inaam-munir-speed-admin)
```

###  Alternatives

[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[appzcoder/laravel-admin

Laravel Admin Panel

747106.3k](/packages/appzcoder-laravel-admin)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

28618.2k3](/packages/sebastienheyd-boilerplate)[brackets/admin-generator

Laravel 8 CRUD generator for brackets/craftable

50190.9k](/packages/brackets-admin-generator)[smallruraldog/laravel-vue-admin

开箱即用的Laravel后台扩展

4042.9k](/packages/smallruraldog-laravel-vue-admin)

PHPackages © 2026

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