How to check for duplicated code on php project? [closed]
Closed 2 days ago.
I run composer update and display me the next error
Deprecated: Return type of IlluminateContainerContainer::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:UsersHPHerdtictactoevendorilluminatecontainerContainer.php on line 1182 I changed “require”: { “php”: “^7.3||^8.0”, ….. }, I run this too composer install –ignore-platform-reqs and composer update –no-scripts – php laravel composer-php
cknow/money-laravel package works on local but not when deployed
As the title says, this package works on local but not when deployed to my laravel forge server. The correct versions are stated in the composer.json and composer lock file, I can see its on the server when running php artisan show after deployment, but when its used on the frontend it just prints @money($this->value) instead of running the function.
composer update error – Conclusion: don’t install monolog/monolog 3.7.0 (conflict analysis result)
We are using Laravel Shift to upgrade from laravel 9 to 10 https://laravelshift.com/.
i have this errors when im ganna update composer
im ganna update composer by when im running the “composer udpate” i have this errors :
Your requirements could not be resolved to an installable set of packages.
file_get_contents(C:ProgramDataComposerSetupbin): Failed to open stream: Permission denied
(https://i.sstatic.net/T0oyzBJj.png)
I got an error when I tried to import the package using Composer. That’s when I observed the issue
Unable to update to Laravel 11 due to symfony/process “missing” dependency
I am attempting to update a large Laravel app to Laravel 11 (i.e. turning it up to 11 :-)), and when I update the version of laravel/framework
in composer.json
, and run composer update laravel/framework
I get this:
How to solve these conflicts in composer?
I have the following errors:
How to solve these conflicts in composer?
I have the following errors:
Handler.php file doesn’t exist in my laravel project
Using Windows OS