sebastienheyd / boilerplate

Laravel AdminLTE 3 Boilerplate package with blade components, users, roles and permissions management
MIT License
219 stars 66 forks source link

Way to disable log #38

Closed thracefields closed 3 years ago

thracefields commented 3 years ago

Is there a way to disable logs?

sebastienheyd commented 3 years ago

For the moment no, but it's a good point, we don't necessarily need to use a default log system

It's not too hard to implement, I'll see about adding a configuration option to disable the logs.

thracefields commented 3 years ago

Could you suggest me a solution for the moment? I tried deleting the log routes, controllers and views, but that's not working.

sebastienheyd commented 3 years ago

Job done !

https://github.com/sebastienheyd/boilerplate/releases/tag/7.5.4

All you have to do now is to update the package to v7.5.4, add a logs parameter in config/boilerplate/app.php and set it to false