For some reason, my Laravel project always wants to use the tests folder as the base path no matter what I do. So I had to use absolute paths with base_path to make it work.
Also, I made is to that if you already have a public/docs folder, it won't skip the creation of the public/docs/js and public/docs/css subfolders.
For some reason, my Laravel project always wants to use the
tests
folder as the base path no matter what I do. So I had to use absolute paths withbase_path
to make it work.Also, I made is to that if you already have a
public/docs
folder, it won't skip the creation of thepublic/docs/js
andpublic/docs/css
subfolders.