buggregator / laravel-app

The old version of Buggregator, which uses Laravel framework, is no longer being actively developed. The new beta version, built with Spiral framework, is now available at https://github.com/buggregator/spiral-app and offers significant improvements in performance and stability, as well as a lighter docker image size of around 300mb.
https://buggregator.dev
MIT License
329 stars 23 forks source link

Added example mysql configuration #80

Closed js361014 closed 2 years ago

js361014 commented 2 years ago

Use mysql configuration to get rid of SQLite database file lock issue.

How to deal with #75

butschster commented 2 years ago

Thank you!