Andrey Helldar
Andrey Helldar
Kaspersky Anti-Virus also detects the package as a virus: ``` Event: Object deleted Program name: node.exe Program path: C:\Users\Helldar\AppData\Local\nvs\node\16.16.0\x64 Component: File Anti-Virus Result Description: Removed Type: Program that can harm...
I would like to add on my own: there are two ways to solve the problem: **First way**: to do this, go to the "Exceptions" section in the settings and...
We need to turn off the option: ```php 'use_absolute_path' => false, ``` In my case it solved the problem when the domain has an SSL certificate and the swagger files...
I've run into this problem too. Laravel Framework 11.23.4 Laravel Telescope 5.2.2 This job doesn't work: ```php class TestJob implements ShouldQueue { use Dispatchable; use InteractsWithQueue; use Queueable; use SerializesModels;...
I was unable to install some dependencies due to their absence from the Packagist repository: composer update ```bash $ composer update Loading composer repositories with package information Updating dependencies Your...
Does your application have a published `config/localization.php` file?
Ok. There's no configuration problem. Looking at the log file, it seems that the problem may be either a lack of RAM to complete the dependency installation command or something...
Try the following steps: ```bash rm -f storage/logs/laravel.log php artisan package:discover ``` And after that, once the error appears, check the contents of the `storage/logs/laravel.log` file.
One more thing. Try updating the dependencies afterwards. I have released version [1.0.1](https://github.com/Laravel-Lang/models/releases/tag/1.0.1) for the [Models](https://laravel-lang.com/packages-models.html) project. Maybe the error could be due to accessing a non-existent folder. Although the...