PHPackages                             dotmarn/laravel-error-views - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. dotmarn/laravel-error-views

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

dotmarn/laravel-error-views
===========================

A set of customised error pages/screens designed using the TailwindCSS for use in Laravel projects.

v1.0.2(3mo ago)123.2k↓25%MITBladePHP &gt;=8.0

Since Jul 21Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/dotmarn/laravel-error-views)[ Packagist](https://packagist.org/packages/dotmarn/laravel-error-views)[ Docs](https://github.com/dotmarn/laravel-error-views)[ Fund](https://www.buymeacoffee.com/dotmarn)[ Fund](https://thanks.dev/https://thanks.dev/p/gh/dotmarn)[ RSS](/packages/dotmarn-laravel-error-views/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Laravel Custom Error Views
==========================

[](#laravel-custom-error-views)

[![Latest Stable Version](https://camo.githubusercontent.com/33398062ded3ded0c4281a89bc378f96603d4643ea7772a32e53bba9051d5199/68747470733a2f2f706f7365722e707567782e6f72672f646f746d61726e2f6c61726176656c2d6572726f722d76696577732f76)](https://packagist.org/packages/dotmarn/laravel-error-views)[![License](https://camo.githubusercontent.com/6dd0d26102b406b9fc9fceb7413fa65a6ecd1ea04b595313681f8c5b6b6bcc7a/68747470733a2f2f706f7365722e707567782e6f72672f646f746d61726e2f6c61726176656c2d6572726f722d76696577732f6c6963656e7365)](LICENSE)[![PHP Version Require](https://camo.githubusercontent.com/06423a061b5a2c890271931cdbb1fa2c95d8ec1fc4338ab607ef92c342c163c6/68747470733a2f2f706f7365722e707567782e6f72672f646f746d61726e2f6c61726176656c2d6572726f722d76696577732f726571756972652f706870)](https://packagist.org/packages/dotmarn/laravel-error-views)[![Build Status](https://camo.githubusercontent.com/065b5ea59a0362158e2645adfaa84034597c693290c40c818f169bad5c94bb4d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f646f746d61726e2f6c61726176656c2d6572726f722d76696577732f6261646765732f6275696c642e706e673f623d6d61696e)](https://scrutinizer-ci.com/g/dotmarn/laravel-error-views/build-status/main)

This is a laravel package that offers you customized and beautiful error screens designed with TailwindCSS.

### Screenshots

[](#screenshots)

[![Screenshot](screenshot-404.png)](screenshot-404.png)

Installation
------------

[](#installation)

Begin by installing this package through Composer. Edit your project's `composer.json` file to require the package or simply run the following command:

```
composer require dotmarn/laravel-error-views
```

### Publishing the views

[](#publishing-the-views)

This command will publish all the necessary assets to your project's `public/` and `resources/views/` directory.

```
php artisan vendor:publish --tag=laravel-error-views:assets
```

### Publishing the configuration

[](#publishing-the-configuration)

The command below will publish the configuration file `laravel-error-views.php` to your project's `config/` directory with some defaults.

```
php artisan vendor:publish --tag=laravel-error-views:config
```

```
