goweb / gopanel
Proweb Temas Gopanel assets
dev-master
2026-04-26 22:48 UTC
Requires
- php: ^8.1
- geoip2/geoip2: ^3.3
- guzzlehttp/guzzle: ^7.9
- intervention/image: ^3.8
- laravel/framework: ^10.0
- laravel/sanctum: ^3.3
- laravel/socialite: ^5.16
- laravel/tinker: ^2.8
- opcodesio/log-viewer: ^3.17
- spatie/laravel-activitylog: ^4.10
- spatie/laravel-permission: ^6.20
Requires (Dev)
- fakerphp/faker: ^1.9.1
- laravel/pint: ^1.0
- laravel/sail: ^1.18
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^7.0
- phpunit/phpunit: ^10.1
- spatie/laravel-ignition: ^2.0
This package is not auto-updated.
Last update: 2026-04-28 13:25:29 UTC
README
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
- Installation
- Mock Seeders and
mock:seed - Analytics Dashboard
- Analytics and Bots Notes
- GeoIP Databases and
geoip:restore - SEO, Meta, Redirects, LLMs.txt
- Translations
- Menus and Dynamic Routes
- Sitemap and RSS
- Updater System
- Development Notes
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.