Download the PHP package spiderwisp/laravel-overlord without Composer

On this page you can find all versions of the php package spiderwisp/laravel-overlord. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-overlord

Laravel Overlord

Laravel Overlord

The ultimate local development console for Laravel — Think Tinker on steroids with Telescope, Horizon, Larastan, a Ton of Tools and an AI pair programmer/scanner with optional auto-fixing.

One command → full interactive terminal, database browser, queue monitor, log viewer, codebase explorer, relationship diagrams, PHPStan integration, and an AI assistant that actually knows your code.

Perfect for solo developers and small teams who want to stop context-switching between 10 tools.

⚠️ Local Development Only: Overlord is designed for local development environments. We strongly discourage using Overlord in production environments due to security and performance considerations. A future release will include a read-only mode for production use.

Latest Version

Total Downloads

Laravel 12

PHP 8.2+

Why Overlord Exists

You already use:

Overlord puts everything in one beautiful, fast console.

Features People Actually Use Every Day

Feature What you can do in <10 seconds
Interactive Terminal User::where('plan', 'pro')->count() + history + favorites
Database Browser Click tables → see data → edit rows inline
Model Relationship Diagram Visual graph of all Eloquent relationships
Route Tester Type route name → see URL + test with fake data
Log Viewer Search logs instantly, click stack trace → jump to code
Horizon Dashboard Full Horizon UI built-in (no extra route)
AI Assistant "Why is this query N+1?" → it reads your code and explains

(There are many additional features available)

Installation (30 seconds)

Standard Installation

Dev-Only Installation (Recommended)

Since Overlord is an extremely powerful tool, you can install it as a dev dependency to ensure it's not included in production:

Visit → http://your-app.test/overlord

That's it. No build step. No Node.js required.

Works out-of-the-box on Laravel 12 + PHP 8.2+

For detailed installation instructions, see the Setup Guide.

Screenshot Gallery

Controllers

Controllers explorer showing all application controllers with method source code

Models

Models explorer showing all Eloquent models with relationships and attributes

Model Mermaid

Visual Mermaid diagram showing Eloquent model relationships

Database Explorer/Editor

Database browser with inline editing capabilities

Migrations Management

Migration management interface for viewing, running, and rolling back migrations

Ai Code Scanner

AI-powered code scanner for identifying bugs and security issues

Ai Larastan Code Fixer

AI Larastan code fixer for static analysis and automated fixes

Issues Tracker & Management

Issue tracker for managing bugs and code quality issues

Settings with Several Themes

Settings panel with multiple theme options

Just some of Overlord's Features

Security

⚠️ Production Warning: Overlord is not recommended for production use. It provides powerful tools that can modify your database, execute code, and access sensitive information. While authentication is required by default in production, we strongly recommend keeping Overlord disabled in production environments.

For detailed security configuration, see the Setup Guide.

Basic Usage

Access the Terminal

After installation, the terminal is automatically available at:

Example Commands

Type help or ? in the terminal to view the comprehensive help guide.

Requirements

AI Features

The AI assistant provides context-aware assistance with access to your codebase, database, and logs.

Getting Started with AI

  1. Obtain an API key from laravel-overlord.com
  2. Add to your .env file:

  3. Clear config cache: php artisan config:clear
  4. The AI assistant will be available in the terminal

Note: AI features are optional and have limitations on free plans (rate limits, quota restrictions). AI sends zero code unless explicitly enabled.

Configuration

For detailed configuration options, see the Setup Guide.

Basic configuration is handled via environment variables:

Used by

Documentation

Credits & License

Created by Spiderwisp

MIT License — free forever


All versions of laravel-overlord with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
laravel/framework Version ^12.0
laravel/tinker Version ^2.9
phpoffice/phpspreadsheet Version ^2.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package spiderwisp/laravel-overlord contains the following files

Loading the files please wait ...