问题
I am developing an application in Laravel 4 using the built-in development server with a SQLite database. After a recent merge from another user in the project repository, the server will crash after certain requests.
I believe I have narrowed it down to a call of Sentry
- when it is used on a request the server will crash out and the command line will exit.
$ php artisan serve
Laravel development server started on http://localhost:8000
Dwight at Dwights-MacBook-Pro.local ~/Sites/tmtbl on master*
$
As you can see, there are no error notices.
I've run composer update
and ensured that Sentry
is still installed correctly. I'm not sure whether this issue is Sentry
specific or something else is going on. Is there something I am missing here that is causing the server to crash?
回答1:
Do you use Chrome? If yes, go to the console and if you have an error, is it the same as: Failed to load resource when using Auth? Because I have the same problem with the php 5.4 server
来源:https://stackoverflow.com/questions/17424964/laravel-4-development-server-crashing-without-notice