PHP Package: spatie/laravel-ignition

Laravel Ignition is a powerful error page for Laravel applications, providing detailed information to debug and fix issues quickly.

Current Version: 2.9.1
Last Updated: 2025-02-20
PHP Requirement: ^8.1
Dependencies: None

Package Description

Laravel Ignition is a comprehensive error page that offers detailed insights into errors and exceptions within your Laravel applications. It provides stack traces, queries, views, and much more to aid in debugging and resolving issues effectively.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.9.1

Download Download v2.9.1

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com

require_once 'libs/spatie/laravel-ignition/2.9.1/loader.php';
use Spatie\Ignition\IgnitionServiceProvider;
use Spatie\Ignition\Exceptions\ViewException;
use Spatie\Ignition\Solutions\SolutionProvider;

$obj = new IgnitionServiceProvider();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.