I'm pretty new at laravel,Actually when i create this command php artisan migration so i face this error how can i resolve this issue thanks.
Error
UnexpectedValueException : The stream or file "/home/zubair/htdocs/project/storage/logs/laravel.log" could not be opened: failed to open stream: Permission denied
www-data
user and you are using your own user. You need to change the user that apache is using to serve the app in apache configurations to be the same as the user you are running a command with. – amirmodi