Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Generated on May 17, 2024 via composer

facade/ignition 2.17.7

A beautiful error page for Laravel applications.
Package summary
Share
0
issues
1
license
34
MIT
Package created
30 Aug 2019
Version published
26 Jan 2023
Maintainers
1
Total deps
34
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
34 Packages, Including:
carbonphp/carbon-doctrine-types@3.2.0
doctrine/inflector@2.0.10
facade/flare-client-php@1.10.0
facade/ignition@2.17.7
facade/ignition-contracts@1.0.2
illuminate/collections@v8.83.27
illuminate/contracts@v8.83.27
illuminate/macroable@v8.83.27
illuminate/pipeline@v8.83.27
illuminate/support@v8.83.27
monolog/monolog@2.9.3
nesbot/carbon@2.72.3
psr/clock@1.0.0
psr/container@1.1.2
psr/log@2.0.0
psr/simple-cache@1.0.1
symfony/console@v5.4.39
symfony/deprecation-contracts@v3.5.0
symfony/http-foundation@v5.4.39
symfony/mime@v5.4.39
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-php73@v1.29.0
symfony/polyfill-php80@v1.29.0
symfony/service-contracts@v3.5.0
symfony/string@v6.4.7
symfony/translation@v6.4.7
symfony/translation-contracts@v3.5.0
symfony/var-dumper@v5.4.39
voku/portable-ascii@1.6.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 facade/ignition 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
facade/flare-client-php1.10.032.62 kBMIT
prod
facade/ignition-contracts1.0.27.5 kBMIT
prod
illuminate/supportv8.83.2783.71 kBMIT
prod
monolog/monolog2.9.3-MIT
prod
symfony/consolev5.4.39-MIT
prod dev
symfony/var-dumperv5.4.39-MIT
prod dev

Visualizations

Frequently Asked Questions

What does facade/ignition do?

The Facade/Ignition is a comprehensive and visually appealing error page for Laravel applications. It enhances the debugging experience for developers by providing a highly interactive and user-friendly interface. This package is compatible with Laravel versions from 5.5 up to 8, and is the default error page for all Laravel 6 applications. The Ignition package also features integration with Flare, an error tracking platform for Laravel, allowing developers to share their errors publicly if preferred, and to track and receive notifications of production application errors when a valid Flare API key is configured.

How do you use facade/ignition?

To instrument your Laravel application with Ignition, ensure first that you are working with Laravel 5.5 or a newer version. You then simply need to include the package in your application's composer.json file, leveraging the power of Composer, a tool for dependency management in PHP. However, if you are using Laravel 8 or above, it is recommended to use the alternative package spatie/laravel-ignition.

Here's a basic usage example using Composer:

composer require facade/ignition

For users of Laravel 8 or above, replace facade/ignition with "spatie/laravel-ignition": "^1.0" in your composer.json file.

Where are the facade/ignition docs?

The comprehensive and official documentation for the Ignition package can be accessed on the Flare website which gives a thorough guide on installation and usage, along with providing insights into the more advanced features of the package.