Installation
Get Laradebug running on your Mac.
System Requirements
| Requirement | Minimum |
|---|---|
| macOS | 11.0 (Big Sur) or later |
| PHP | 8.1 or later |
| Laravel | 9.0 or later |
| Disk Space | ~200 MB |
Installation Method
The easiest way to get started — download the pre-built app.
1
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:
- Right-click (or Control-click) on Laradebug in Applications
- Select "Open" from the context menu
- 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:
- You should see the welcome screen
- Click Add Project to add your first Laravel project
- Select a folder containing a valid Laravel installation
Laradebug validates projects by checking for:
artisanfile in the rootcomposer.jsonwith Laravel dependency- Valid PHP installation
Updating
Laradebug will notify you when updates are available. To update:
- Download the new version
- Quit the running Laradebug
- Replace the app in your Applications folder
- Relaunch
Uninstalling
To remove Laradebug:
- Quit the application
- Drag Laradebug from Applications to Trash
- Optionally, remove settings:
bash
rm -rf ~/Library/Application\ Support/Laradebug
rm -rf ~/Library/Preferences/com.laradebug.app.plistNext Steps
- Quick Start — Set up your first project
- Configuration — Customize settings