I am working on some custom packages for a Laravel project and they are located in
packages/vendor/name/src
Can i configure companion to automatically import namescpaces for that? namespace Vendor\Name would be the namespace for the src folder in the example above.
I'm afraid you can't. All you can do is set a specific prefix for an entire project with namespace_prefix.
I guess you fall into the #30 feature request.
Hello!
I am working on some custom packages for a Laravel project and they are located in
packages/vendor/name/src
Can i configure companion to automatically import namescpaces for that?
namespace Vendor\Name
would be the namespace for the src folder in the example above.