An open API service indexing awesome lists of open source software.

https://github.com/zofe/log-module


https://github.com/zofe/log-module

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

          

# Log Module

This is a Log module for a Laravel application (>= 8)

it use layout module and auth module.

# Installation & configuration

Your can require this module in your laravel application using:
```
composer require zofe/log-module

php artisan migrate
```