https://github.com/mattsplat/logger-app
nativephp logger app
https://github.com/mattsplat/logger-app
laravel logger nativephp
Last synced: 2 months ago
JSON representation
nativephp logger app
- Host: GitHub
- URL: https://github.com/mattsplat/logger-app
- Owner: mattsplat
- Created: 2023-07-31T13:44:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T22:37:51.000Z (over 2 years ago)
- Last Synced: 2023-08-07T00:20:53.247Z (over 2 years ago)
- Topics: laravel, logger, nativephp
- Language: PHP
- Homepage:
- Size: 1.09 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Desktop Logger App
## Description
Basically a [NativePHP](https://github.com/NativePHP/laravel) wrapper around [Opcodes Log Viewer](https://github.com/opcodesio/log-viewer).
It's a simple app that allows you to view the log files for all your local laravel projects without installing any dependencies in them.
The frontend is built using Vue and TailwindCSS.
## Development Installation
1. Clone the repo
2. Run `cp .env.example .env`
3. Run `composer install`
4. Run `npm install`
5. Run `npm run dev`
6. Run `php artisan key:generate`
7. Run `php artisan native:serve`


## Usage
- Select a folder with Laravel logs
- Click show to view logs for that project
- View logs