I want to remove "laravel" in "/home/myapp/laravel/public/invoice.rtf". And change "public" to "public_html". Because on my hosting, I put the public_html folder outside the laravel folder.
Because after I uploaded it to my hosting, my code got an error like this: file_get_contents(/home/myapp/laravel/public/invoice.rtf): failed to open stream: No such file or directory.
Please help.
source https://stackoverflow.com/questions/70308689/how-to-remove-laravel-in-home-myapp-laravel-public-invoice-rtf
No comments:
Post a Comment