beyondcode / beyondcode/laravel-dump-server
Laravel dump-server does not log anything on console
Open
- Dominant language
- PHP
- Stars
- 1.6k
- Forks
- 90
- PR merge metrics
- No merged PRs in 30d
Description
Laravel upgraded from 5.5->5.6 then 5.6-.5.7
I can run following command
````
php artisan dump-server
````
shows following:
````
[OK] Server listening on tcp://127.0.0.1:9912
// Quit the server with CONTROL-C.
````
But
````
dd($user)
````
does not log on the console. Instead it shows on the browser.
Contributor guide
Assessment
This issue has not been assessed yet.