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)0161[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 1mo ago

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

32

—

LowBetter than 72% of packages

Maintenance46

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community8

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

Total

13

Last Release

414d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e61aae4db95e9c3e249004817b7da77272b17bc6748c72a1a344ae6de7aea5c7?d=identicon)[almirfrances](/maintainers/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

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[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.

3691.5k](/packages/codewithdennis-larament)

PHPackages © 2026

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