Skip to content

Installation

Get Laradebug running on your Mac.

System Requirements

RequirementMinimum
macOS11.0 (Big Sur) or later
PHP8.1 or later
Laravel9.0 or later
Disk Space~200 MB

Installation Method

The easiest way to get started — download the pre-built app.

1

Download the DMG

Get the latest version for macOS.

Download for macOS
2

Open the DMG

Double-click the downloaded .dmg file to mount it.

3

Drag to Applications

Drag the Laradebug icon to your Applications folder.

4

First Launch

On first launch, macOS may show a security warning:

  1. Right-click (or Control-click) on Laradebug in Applications
  2. Select "Open" from the context menu
  3. Click "Open" in the dialog that appears

This is only required once.

Permissions

Laradebug may request permission to access your file system. This is required to:

  • Read your Laravel project files
  • Execute PHP/Artisan commands
  • Watch for file changes

Verifying Installation

After launching Laradebug:

  1. You should see the welcome screen
  2. Click Add Project to add your first Laravel project
  3. Select a folder containing a valid Laravel installation

Laradebug validates projects by checking for:

  • artisan file in the root
  • composer.json with Laravel dependency
  • Valid PHP installation

Updating

Laradebug will notify you when updates are available. To update:

  1. Download the new version
  2. Quit the running Laradebug
  3. Replace the app in your Applications folder
  4. Relaunch

Uninstalling

To remove Laradebug:

  1. Quit the application
  2. Drag Laradebug from Applications to Trash
  3. Optionally, remove settings:
bash
rm -rf ~/Library/Application\ Support/Laradebug
rm -rf ~/Library/Preferences/com.laradebug.app.plist

Next Steps

Built for Laravel developers.