We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: