Replies: 4 comments
-
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.
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