💡 Hey Laradevs,
If you're developing with @nativephp don't forget that the logs aren't stored in `/storage/logs` but in `{appdata}/storage/logs/`
And appdata’s location depends on your OS:
Mac: ~/Library/Application Support
Linux: $XDG_CONFIG_HOME or ~/.config
Windows: %APPDATA%
Back