PHPackages                             almirfrances/tanzaadmin - 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. [Framework](/categories/framework)
4. /
5. almirfrances/tanzaadmin

ActiveProject[Framework](/categories/framework)

almirfrances/tanzaadmin
=======================

A Laravel admin panel starter kit.

1.2.0(1y ago)1161[1 PRs](https://github.com/almirfrances/tanzaadmin/pulls)MITJavaScriptPHP ^8.2

Since Mar 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/almirfrances/tanzaadmin)[ Packagist](https://packagist.org/packages/almirfrances/tanzaadmin)[ RSS](/packages/almirfrances-tanzaadmin/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (18)Versions (14)Used By (0)

TanzaAdmin Installation Documentation
=====================================

[](#tanzaadmin-installation-documentation)

One-Step Installation
---------------------

[](#one-step-installation)

Run these commands to create the project and complete installation:

```
composer create-project almirfrances/tanzaadmin

```

```
cd tanzaadmin

```

```
php artisan tanzaadmin:install

```

The process will:

1. Create project directory
2. Install dependencies
3. Configure environment
4. Set up database
5. Initialize admin system

Installation Flow
-----------------

[](#installation-flow)

During installation, you'll be prompted for:

✔ **Application Name** (default: TanzaAdmin)
✔ **Application URL** (default: )
✔ **Database Configuration:**

- **Host** (default: 127.0.0.1)
- **Port** (default: 3306)
- **Database Name**
- **Username** (default: root)
- **Password**

Post-Installation
-----------------

[](#post-installation)

After successful installation:

1. Start development server:

    ```
    php artisan serve

    ```
2. Build frontend assets:

    ```
    npm install && npm run dev

    ```

Admin Access
------------

[](#admin-access)

**Default credentials:**

- **URL:**
- **Username:** admin
- **Password:** tanzaadmin

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

[](#configuration)

Edit `.env` file for:

- Email settings
- Cache configuration
- Session driver
- Debug mode

Troubleshooting
---------------

[](#troubleshooting)

### Database Connection Issues

[](#database-connection-issues)

1. Verify MySQL/MariaDB service is running
2. Check credentials in `.env`
3. Ensure database exists
4. Test connection manually: ```
    mysql -u [username] -p [dbname]

    ```

### Environment Issues

[](#environment-issues)

1. Regenerate environment: ```
    rm .env && php artisan tanzaadmin:install

    ```
2. Clear configuration cache: ```
    php artisan config:clear

    ```

### File Permissions

[](#file-permissions)

Set proper permissions:

```
chmod -R 755 storage
chmod -R 755 bootstrap/cache

```

Maintenance
-----------

[](#maintenance)

🔹 **Update to New Version:**

```
composer update almirfrances/tanzaadmin

```

🔹 **Reset Installation:**

```
php artisan tanzaadmin:install --force

```

Support
-------

[](#support)

- **GitHub:**
- **Issues:**

Version Info
------------

[](#version-info)

- **Current Stable:** 1.2.0
- **PHP Required:** 8.1+
- **Laravel Version:** 10.x
- **Database:** MySQL 5.7+ / MariaDB 10.3+

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance42

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

Total

13

Last Release

460d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/176805624?v=4)[almirfrances](/maintainers/almirfrances)[@almirfrances](https://github.com/almirfrances)

---

Top Contributors

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

---

Tags

frameworklaravel

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/almirfrances-tanzaadmin/health.svg)

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[krayin/laravel-crm

Krayin CRM

23.2k33.6k1](/packages/krayin-laravel-crm)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3891.8k](/packages/codewithdennis-larament)[ercogx/laravel-filament-starter-kit

This is a Filament v5 Starter Kit for Laravel 13, designed to accelerate the development of Filament-powered applications.

461.7k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

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