aungwinthant / apilogger

Small laravel package for viewing api logs which can be used in debugging.
MIT License
346 stars 61 forks source link

Export assets #40

Open IAmShafqatAli opened 3 years ago

IAmShafqatAli commented 3 years ago

Is there anyway to export view and src files ? so one can modify them according to requirements ? @aungwinthant

aron-draper commented 1 year ago

Not sure if you want to do this still as your comment was quite a while ago but you can easily export the view

Copy this file: {YOUR-LARAVEL-PROJECT}\vendor\awt\apilogger\resources\views\index.blade.php

Paste a copy of the file from above to this location: {YOUR-LARAVEL-PROJECT}\resources\views\vendor\apilog\index.blade.php

You can now edit this file as much as you like and Laravel should pick it up.