actually i just solved this by edit my Vagrant file, here is my updated Vagrant file section :
from :
config.vm.synced_folder ".", "/vagrant", :mount_options => ["dmode=777", "fmode=666"]
to :
config.vm.synced_folder ".", "/vagrant", :mount_options => ["dmode=777", "fmode=777"]
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community