You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running composer global require laravel/valet everything reports succesful.
But then when I installed valet valet install I get this:
PHP Warning: Class 'Tightenco\Collect\Support\Debug\Dumper' not found in /Users/jeff/.composer/vendor/tightenco/collect/src/Collect/Support/alias.php on line 18
Warning: Class 'Tightenco\Collect\Support\Debug\Dumper' not found in /Users/jeff/.composer/vendor/tightenco/collect/src/Collect/Support/alias.php on line 18
PHP Warning: Class 'Tightenco\Collect\Support\Debug\HtmlDumper' not found in /Users/jeff/.composer/vendor/tightenco/collect/src/Collect/Support/alias.php on line 18
Warning: Class 'Tightenco\Collect\Support\Debug\HtmlDumper' not found in /Users/jeff/.composer/vendor/tightenco/collect/src/Collect/Support/alias.php on line 18
I get this Warning on any use of a valet command, e.g valet park
The text was updated successfully, but these errors were encountered:
Just installed Valet, followed instructions.
When running
composer global require laravel/valet
everything reports succesful.But then when I installed valet
valet install
I get this:I get this Warning on any use of a valet command, e.g
valet park
The text was updated successfully, but these errors were encountered: