logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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-debugbar
or

Install via npx

npx @hexmos/ipm i barryvdh/laravel-debugbar

Prerequisites

PHP

language

Version: >=7.4.0

Composer

package_manager

Version: 2.1.0

Laravel

package_manager

Version: 9.x

Git

system_tool

Version: 2.35.1

Node.js

build_tool

Version: 18.0.0

npm

package_manager

Version: 12.19.0

Xdebug

system_tool

Version: 3.0.4

PHP Debug Bar

package_manager

Version: 1.x

Laravel Debugbar

package_manager

Version: 1.x

Symfony Mail

system_tool

Version: 5.4.0

Twig

package_manager

Version: 1.x

Docker

system_tool

Version: 20.10.1

MySQL

system_package

Version: 8.0.34

Redis

system_tool

Version: 6.2.1

PostgreSQL

system_package

Version: 15.0.1

MongoDB

system_tool

Version: 4.6.2

Elasticsearch

system_tool

Version: 7.10.0

Redis Cache

system_package

Version: 6.2.1

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install via Composer

composer require barryvdh/laravel-debugbar

Post 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