Replies: 8 comments 1 reply
-
Just ran those steps locally and had no issue. Is anyone else able to reproduce? |
Beta Was this translation helpful? Give feedback.
-
Please try this commands: composer require ronasit/laravel-project-initializator --dev
composer remove ronasit/laravel-project-initializator --dev |
Beta Was this translation helpful? Give feedback.
-
That also worked without issue. From a quick search for that particular error, is it possible you have php-psr installed on whatever environment you're running? See: Seldaek/monolog#1764 |
Beta Was this translation helpful? Give feedback.
-
I’ve gone through the issue—thanks for sharing—but it didn’t help. |
Beta Was this translation helpful? Give feedback.
-
Same here (when running CI/CD): Anyone has any idea what is happening? I don't think I have any plugins or tools regarding PSR (something that people say that can be related to this error). |
Beta Was this translation helpful? Give feedback.
-
I still haven't been able to figure out this problem. |
Beta Was this translation helpful? Give feedback.
-
Same issue here. Installed version of I'm not even 100% sure if this is a Laravel problem or what, but kind of a poor move to shut and lock the issue and demote it to a "discussion" without explanation.
I looked, and found no such signature:
|
Beta Was this translation helpful? Give feedback.
-
Possible source of the outdated signature in composer/composer#11246, but my composer is in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Laravel Version
12.33.0
PHP Version
8.4.13
Database Driver & Version
3.45.1
Description
When uninstalling a Laravel package that registers a service provider (for example, laravel/telescope) via Composer, a fatal error occurs:
This issue most likely appeared after this commit:
https://github.com/laravel/framework/pull/57144/files
Steps To Reproduce
composer create-project --prefer-dist laravel/laravel laravel-test cd laravel-test composer require laravel/telescope composer remove laravel/telescope
Beta Was this translation helpful? Give feedback.
All reactions