Treblle / treblle-laravel

The official Treblle SDK for Laravel. Seamlessly integrate Treblle to manage communication with your dashboard, send errors, and secure sensitive data.
https://www.treblle.com/
MIT License
129 stars 24 forks source link

Move config folder within src #11

Closed khalyomede closed 2 years ago

khalyomede commented 2 years ago

Description

Having src folder contain all the PHP files of the package will look "cleaner".

Proposal

Move "config" folder to "src" folder.

bhushan commented 2 years ago

Not sure about this, but Spatie always keeps config folder out of src

https://github.com/spatie/laravel-query-builder

cindreta commented 2 years ago

Ok not a problem.

khalyomede commented 2 years ago

I'll close it, since @bhushan has a point: it seems this is common in spatie package, let's keep it like this then, good catch!