How to install barryvdh/laravel-debugbar. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
barryvdh/laravel-debugbar Installation Guide
How to install barryvdh/laravel-debugbar. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for barryvdh/laravel-debugbar. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i barryvdh/laravel-debugbaror
Install via npx
npx @hexmos/ipm i barryvdh/laravel-debugbarPrerequisites
PHP
languageVersion: >=7.4.0
Composer
package_managerVersion: 2.1.0
Laravel
package_managerVersion: 9.x
Git
system_toolVersion: 2.35.1
Node.js
build_toolVersion: 18.0.0
npm
package_managerVersion: 12.19.0
Xdebug
system_toolVersion: 3.0.4
PHP Debug Bar
package_managerVersion: 1.x
Laravel Debugbar
package_managerVersion: 1.x
Symfony Mail
system_toolVersion: 5.4.0
Twig
package_managerVersion: 1.x
Docker
system_toolVersion: 20.10.1
MySQL
system_packageVersion: 8.0.34
Redis
system_toolVersion: 6.2.1
PostgreSQL
system_packageVersion: 15.0.1
MongoDB
system_toolVersion: 4.6.2
Elasticsearch
system_toolVersion: 7.10.0
Redis Cache
system_packageVersion: 6.2.1
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install via Composer
composer require barryvdh/laravel-debugbarPost Installation Steps
- Run the following command to start the application: `php artisan serve`
- Migrate your database using the command: `php artisan migrate`
- Access the debugbar by visiting http://127.0.0.1:8000/debugbar
