404/500 Error record links and management Errors

v2.0.2 2020-04-08 16:19 UTC

This package is auto-updated.

Last update: 2024-04-19 03:33:18 UTC


README

Latest Version on Packagist Total Downloads GitHub issues GitHub forks PHP Composer GitHub license Quality Score StyleCI

404 and 500 error records

This library made to manage error records and display visits count , date times ip and more details about visits.

Documentation, Installation, and Usage Instructions

See the DOCUMENTATION for detailed installation and usage instructions.

Step 1

$ composer require hayrullah/lem

Step 2

$ php artisan adminlte:install  --only=main_views

Step 3

$ php artisan vendor:publish --provider="Hayrullah\Lem\LemProvider" 
$ php artisan vendor:publish --provider="Hayrullah\Lem\LemProvider" --tag=config
$ php artisan vendor:publish --provider="Hayrullah\Lem\LemProvider" --tag=views
$ php artisan vendor:publish --provider="Hayrullah\Lem\LemProvider" --tag=migrations

Step 4

$  php artisan migrate
$  php artisan serve