touhidurabir / laravel-stub-generator

A laravel package to generate class files from stub files.
MIT License
53 stars 10 forks source link

Avoid prepending a "/" #1

Closed GENL closed 2 years ago

GENL commented 2 years ago

Please avoid prepending the full path with a slash ("/"). It does not work on windows.

touhidurabir commented 2 years ago

@GENL thanks for reporting . can you make a pull request to handle this ?

GENL commented 2 years ago

Hi! Fixed here: https://github.com/touhidurabir/laravel-stub-generator/pull/3/commits/41659b523256e4ca6e8a59045b0794b656f62b76

touhidurabir commented 2 years ago

merged .