Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Hold on, we're currently generating a fresh version of this report
Generated on Apr 26, 2024 via composer

spatie/laravel-ignition 1.5.2

A beautiful error page for Laravel applications.
Package summary
Share
0
issues
1
license
37
MIT
Package created
17 May 2021
Version published
14 Oct 2022
Maintainers
1
Total deps
37
Direct deps
6
License
MIT

Issues

0
This package has no issues

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
37 Packages, Including:
carbonphp/carbon-doctrine-types@3.2.0
doctrine/inflector@2.0.10
illuminate/collections@v9.52.16
illuminate/conditionable@v9.52.16
illuminate/contracts@v9.52.16
illuminate/macroable@v9.52.16
illuminate/pipeline@v9.52.16
illuminate/support@v9.52.16
monolog/monolog@2.9.3
nesbot/carbon@2.72.3
psr/clock@1.0.0
psr/container@2.0.2
psr/log@3.0.0
psr/simple-cache@3.0.0
spatie/backtrace@1.6.1
spatie/flare-client-php@1.4.4
spatie/ignition@1.13.2
spatie/laravel-ignition@1.5.2
symfony/console@v6.4.6
symfony/deprecation-contracts@v3.4.0
symfony/http-foundation@v7.0.6
symfony/mime@v7.0.6
symfony/polyfill-ctype@v1.29.0
symfony/polyfill-intl-grapheme@v1.29.0
symfony/polyfill-intl-idn@v1.29.0
symfony/polyfill-intl-normalizer@v1.29.0
symfony/polyfill-mbstring@v1.29.0
symfony/polyfill-php72@v1.29.0
symfony/polyfill-php80@v1.29.0
symfony/polyfill-php83@v1.29.0
symfony/process@v7.0.4
symfony/service-contracts@v3.4.2
symfony/string@v7.0.4
symfony/translation@v6.4.4
symfony/translation-contracts@v3.4.2
symfony/var-dumper@v6.4.6
voku/portable-ascii@2.0.1
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

6
All Dependencies CSV
β“˜ This is a list of spatie/laravel-ignition 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
illuminate/supportv9.52.16102.2 kBMIT
prod
monolog/monolog2.9.3-MIT
prod
spatie/flare-client-php1.4.4-MIT
prod
spatie/ignition1.13.2-MIT
prod
symfony/consolev6.4.6182.96 kBMIT
prod dev
symfony/var-dumperv6.4.6-MIT
prod dev

Visualizations

Frequently Asked Questions

What does spatie/laravel-ignition do?

Spatie's laravel-ignition is an appealing and customizable error screen for Laravel applications. It serves as the default error screen for new Laravel projects, providing a visually pleasing and informative interface when encountering errors during development. Besides, laravel-ignition packages offer an option to openly share errors on Flare. If the software is set up with an appropriate Flare API key, errors occurring in a production environment can be logged, and users can receive notifications whenever they arise. Laravel-ignition is compatible with Laravel 8 & 9 applications running on PHP 8.0 and up. For Laravel 5.x, 6.x or 7.x, and older PHP versions, using facade/ignition is recommended.

How do you use spatie/laravel-ignition?

Using Spatie's laravel-ignition is straightforward with composer. To get started, you need to require the package using Composer:

composer require spatie/laravel-ignition

Once the package is in your project, any errors that occur will be displayed via the Ignition interface, thus significantly enhancing the debugging experience.

Where are the spatie/laravel-ignition docs?

The official documentation for Spatie's laravel-ignition package can be found on the Flare website. The documentation provides a comprehensive guide on how to set up and use Ignition effectively in your Laravel projects. Through the documentation, users can learn about the unique facets of ignition, explore how to utilize its features, and gain insights on best practices for the handling of errors in Laravel applications. Furthermore, demo features and design decisions can also be found on corresponding YouTube video and blog posts.