aungwinthant / apilogger

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

HOw to protected api logger #35

Open rg0492 opened 4 years ago

rg0492 commented 4 years ago

Hi i am new in laravel can you pls guide me how to make password protected api logger

i follow all given command which given by you.

thanks in advance.

ipanardian commented 3 years ago

Add basic authentication

dansleboby commented 2 years ago

I add middleware support and url change in config in my pull request

42