/lem

Errors management laravel package

Primary LanguagePHPMIT LicenseMIT

Laravel Errors Management System

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