Download the PHP package atifrazzaq/weviewer without Composer
On this page you can find all versions of the php package atifrazzaq/weviewer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download atifrazzaq/weviewer
More information about atifrazzaq/weviewer
Files in atifrazzaq/weviewer
Download atifrazzaq/weviewer
More information about atifrazzaq/weviewer
Files in atifrazzaq/weviewer
Vendor atifrazzaq
Package weviewer
Short Description Here you can see table details, manage logs, monitor system activity, track user actions, view reports, configure settings, and perform various administrative tasks to keep everything running smoothly.
License MIT
Package weviewer
Short Description Here you can see table details, manage logs, monitor system activity, track user actions, view reports, configure settings, and perform various administrative tasks to keep everything running smoothly.
License MIT
Please rate this library. Is it a good library?
Informations about the package weviewer
weViewer Laravel Package
A comprehensive Laravel package for database management, log monitoring, and application insights with a beautiful Bootstrap 5 interface.
Features
- 📊 Dashboard - Database statistics and system information
- 🗃️ Tables Management - View, search, and export database tables
- 📝 Log Viewer - Monitor application logs with live tail functionality
- 🛣️ Routes Inspector - View all application routes
- 🔒 Security - Password-protected access
- 📱 Responsive Design - Bootstrap 5 with modern UI
Installation
Method 1: Local Package (Development)
-
Add the package to your Laravel project's
composer.json: - Run composer install:
Method 2: Composer Package (Production)
Configuration
-
Publish the config file (optional):
-
Set environment variables in
.env: - Clear config cache:
Usage
- Visit
/weviewerin your Laravel application - Enter your security key when prompted
- Explore your database and logs!
Configuration Options
The package uses the following configuration options in config/weViewer.php:
enabled- Enable/disable the package (default:true)security_key- Password for accessing weViewer (default:weviewer123)theme- UI theme (default:light)
Environment Variables
Features Overview
Dashboard (/weviewer)
- Database statistics (tables, records, size)
- System information (PHP, Laravel, OS)
- Quick action buttons
- Database engine information
Tables (/weviewer/tables)
- List all database tables
- Search and sort functionality
- Export tables as SQL/CSV
- Pagination support
- View table records with search
Logs (/weviewer/logs)
- View all log files from
storage/logs - Live log monitoring (tail -f functionality)
- Download and delete log files
- Adjustable line count display
Routes (/weviewer/routes)
- View all application routes
- Search and filter routes
- Pagination support
- Route file information
Security
- Password-protected access
- Session-based authentication
- CSRF protection
- Environment-based configuration
Requirements
- PHP 8.2+
- Laravel 12.0+
- MySQL/PostgreSQL/SQLite database
Browser Support
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
Contributing
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request
License
MIT License
Support
For support, email [email protected] or create an issue on GitHub.
Changelog
v1.0.0
- Initial release
- Dashboard with database statistics
- Tables management with export
- Log viewer with live tail
- Routes inspector
- Security authentication
All versions of weviewer with dependencies
PHP Build Version
Package Version
The package atifrazzaq/weviewer contains the following files
Loading the files please wait ...