Basically a NativePHP wrapper around Opcodes 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.
- Clone the repo
- Run
cp .env.example .env - Run
composer install - Run
npm install - Run
npm run dev - Run
php artisan key:generate - Run
php artisan native:serve
- Select a folder with Laravel logs
- Click show to view logs for that project
- View logs

