Download the PHP package alireza-h/laravel-devtools without Composer
On this page you can find all versions of the php package alireza-h/laravel-devtools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alireza-h/laravel-devtools
More information about alireza-h/laravel-devtools
Files in alireza-h/laravel-devtools
Download alireza-h/laravel-devtools
More information about alireza-h/laravel-devtools
Files in alireza-h/laravel-devtools
Vendor alireza-h
Package laravel-devtools
Short Description :laravel devtools
License
Homepage https://github.com/alireza-h/laravel-devtools
Package laravel-devtools
Short Description :laravel devtools
License
Homepage https://github.com/alireza-h/laravel-devtools
Keywords laravelLaravelDevTools
Please rate this library. Is it a good library?
Informations about the package laravel-devtools
LaravelDevTools
- Features
- Installation
- Configuration
- Dev Tools Panel
Features
- Error Logger with ignition
- Commands panel
- DB Schema panel, MySql or SQLite
- Cache panel, flush cache tags and cache keys
- Mail catcher
- Impersonate; Login as another user
- Installed packages list
Installation
For Laravel <=9 check 1.x version
- Migration
- Publish
- Custom Log Channel
Migration
Migrate tables
Publish
Publish configs
Publish assets
Publish views to customize
Custom Log Channel
Add devtools custom log channel to logging.php
config file and use it
Configuration
route_prefix
devtools panel base urlusers
list of devtools panel credentials; username as key and password as valuecustom_menu
custom menu items for devtools panel- Error Logger
- Mail Catcher
Error Logger
enabled
enable or disable devtools error loggerengine
store logs inredis
or indb
error_count_to_notify
error count boundaries to notify error in slackclear_older_than
clear error logs older than this value (in seconds)types
categorize error logs and define each type exceptionslog_to_slack
enable or disable log to slack; you need to configure logging slack channel (LOG_SLACK_WEBHOOK_URL
inlogging.php
config file)exceptions
list of exception classes
dont_log
don't log list of defined exception types
Mail Catcher
enabled
enable or disable mail catcherenvs
application environments to catch mails
Dev Tools Panel
Navigate to http://localhost:8000/dev-tools
Create your own password (http://localhost:8000/dev-tools/password), add it to devtools.php
config file:
and use this credential for devtools panel
All versions of laravel-devtools with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0
laravel/framework Version ^7.0|^8.0|^9.0|^10
predis/predis Version ^1.0
laravel/framework Version ^7.0|^8.0|^9.0|^10
predis/predis Version ^1.0
The package alireza-h/laravel-devtools contains the following files
Loading the files please wait ....