PHPackages                             goweb/gopanel - 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. goweb/gopanel

ActiveProject[Admin Panels](/categories/admin)

goweb/gopanel
=============

Proweb Temas Gopanel assets

126PHP

Since May 1Pushed 1mo agoCompare

[ Source](https://github.com/goweb-az/gopanel)[ Packagist](https://packagist.org/packages/goweb/gopanel)[ RSS](/packages/goweb-gopanel/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

 [![Gopanel Logo](https://camo.githubusercontent.com/8eebce2a576a6110310b4ded89e79d6d241dbd9e9ec296afdd77c29495e0440f/68747470733a2f2f70726f7765622e617a2f6173736574732f696d616765732f6c6f676f2f50726f7765625f4c6f676f2e737667)](https://camo.githubusercontent.com/8eebce2a576a6110310b4ded89e79d6d241dbd9e9ec296afdd77c29495e0440f/68747470733a2f2f70726f7765622e617a2f6173736574732f696d616765732f6c6f676f2f50726f7765625f4c6f676f2e737667)

 **Version:** 1.0.0

Gopanel
=======

[](#gopanel)

Gopanel is a Laravel 10 based admin panel starter with modular site, SEO, analytics, translation, role/permission, and update-management features.

Quick Install
-------------

[](#quick-install)

Create a project:

```
composer create-project goweb/gopanel
```

Or with a custom folder:

```
composer create-project goweb/gopanel your-project-name dev-master
```

Configure `.env`:

```
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=gopanel
DB_USERNAME=root
DB_PASSWORD=
```

Run setup:

```
php artisan key:generate
php artisan migrate --seed
```

Useful Commands
---------------

[](#useful-commands)

```
php artisan mock:seed
php artisan mock:seed --list
php artisan geoip:restore
php artisan geoip:restore --force
php artisan config:clear
php artisan cache:clear
```

Documentation
-------------

[](#documentation)

- [Installation](docs/installation.md)
- [Mock Seeders and `mock:seed`](docs/mock-seeders.md)
- [Analytics Dashboard](docs/analytics.md)
- [Analytics and Bots Notes](docs/analytics-and-bots-readme.md)
- [GeoIP Databases and `geoip:restore`](docs/geoip.md)
- [SEO, Meta, Redirects, LLMs.txt](docs/seo.md)
- [Translations](docs/translations.md)
- [Menus and Dynamic Routes](docs/menus-and-routes.md)
- [Sitemap and RSS](docs/sitemap-rss.md)
- [Updater System](docs/updater.md)
- [Development Notes](docs/development.md)

Included Packages
-----------------

[](#included-packages)

- [Spatie Laravel Permission](https://github.com/spatie/laravel-permission)
- [Spatie Laravel Activity Log](https://github.com/spatie/laravel-activitylog)
- [Opcodes Laravel Log Viewer](https://github.com/opcodesio/log-viewer)

Main Structure
--------------

[](#main-structure)

```
app/Datatable               -> jQuery datatable classes
app/Traits                  -> model helper traits
app/Helpers                 -> shared helpers
app/Services                -> domain services
resources/views/gopanel     -> admin panel views
resources/views/site        -> site views
routes/gopanel.php          -> admin routes
routes/web.php              -> site routes
database/seeders/mock       -> optional demo/test seeders
docs                        -> feature documentation

```

License
-------

[](#license)

Copyright (c) 2025 Oruc Seyidov. All rights reserved.

This software is proprietary and confidential. Unauthorized copying of this file, via any medium is strictly prohibited.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance59

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/goweb-gopanel/health.svg)

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

PHPackages © 2026

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