Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to open stream: Permission denied #5

Open
AdityKhuman opened this issue Jul 11, 2024 · 0 comments
Open

Failed to open stream: Permission denied #5

AdityKhuman opened this issue Jul 11, 2024 · 0 comments

Comments

@AdityKhuman
Copy link

AdityKhuman commented Jul 11, 2024

E:\KSR>php artisan laravel-payumoney:publish
payu.php config file published.

ErrorException

file_get_contents(E:\KSR\vendor\infyomlabs\laravel-payumoney\src\Commands./../../config/payu.php): Failed to open stream: Permission denied

at vendor\infyomlabs\laravel-payumoney\src\Commands\PublishAsset.php:29
25▕
26▕ public function handle()
27▕ {
28▕ $this->info('payu.php config file published.');
➜ 29▕ $config = file_get_contents(DIR.'./../../config/payu.php');
30▕ $this->createFile(config_path('/'), 'payu.php', $config);
31▕
32▕ \Artisan::call('vendor:publish --provider="InfyOm\Payu\PayuMoneyAppServiceProvider" --tag="views"');
33▕

1 vendor\infyomlabs\laravel-payumoney\src\Commands\PublishAsset.php:29

2 vendor\laravel\framework\src\Illuminate\Container\BoundMethod.php:36
InfyOm\Payu\Commands\PublishAsset::handle()

in laravel 11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant