Php artisan tinker error with xdg #33802
Unanswered
Pseudoman21
asked this question in
General
Replies: 1 comment
-
Do you have more than one copy of tinker? ie one globally installed and one locally installed? Can you run |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
php artisan tinker returns an error:
Error
Class 'XdgBaseDir\Xdg' not found
at C:\xampppp\htdocs\tryLaravel\tryProject\vendor\psy\psysh\src\ConfigPaths.php:34
30| * @return string[]
31| */
32| public static function getConfigDirs()
33| {
1 C:\xampppp\htdocs\tryLaravel\tryProject\vendor\psy\psysh\src\ConfigPaths.php:90
Psy\ConfigPaths::getConfigDirs()
2 C:\xampppp\htdocs\tryLaravel\tryProject\vendor\psy\psysh\src\Configuration.php:392
Psy\ConfigPaths::getConfigFiles()
Steps To Reproduce:
php artisan tinker
Beta Was this translation helpful? Give feedback.
All reactions