goweb/gopanel

Proweb Temas Gopanel assets

Maintainers

Package info

github.com/goweb-az/gopanel

Type:project

pkg:composer/goweb/gopanel

Statistics

Installs: 26

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 1

dev-master 2026-04-26 22:48 UTC

This package is not auto-updated.

Last update: 2026-04-28 13:25:29 UTC


README

Gopanel Logo

Version: 1.0.0

Gopanel

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

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

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

Included Packages

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

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.