installing module failed (failed to open stream: Read only file system)

Laraship QuestionsCategory: Installationinstalling module failed (failed to open stream: Read only file system)
Zainab asked 4 years ago
I use  Laravel Vapor to serve my app but I couldn't install modules I get error (failed to open stream: Read only file system) how I can solve it , and what is the best practice to use  Laraship product on Laravel Vapor. 
1 Answers
laraship Staff answered 4 years ago
Hello Zainab, failed to open stream: Read only file system error means this file permission issue on your server and not application related, you need to make sure that the application has file permission to write and update files, for reference   https://vijayasankarn.wordpress.com/2017/02/04/securely-setting-file-permissions-for-laravel-framework/