https://github.com/zofe/log-module
https://github.com/zofe/log-module
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zofe/log-module
- Owner: zofe
- Created: 2023-03-30T13:35:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-06T15:53:11.000Z (about 3 years ago)
- Last Synced: 2025-03-05T09:23:55.202Z (about 1 year ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```