Laravel Community Tools by Tighten

Tag "troubleshooting" tricks

35 tricks
Get a real-time view of all the currently executing queries.
mcraz 11 years ago 27398
This is my step on how to install laravel outside public_html
amirolahma... 11 years ago 29467
logs a sql query with bindings replace by actual values
eugene_san... 12 years ago 9203
Avoid casting views to strings. If your view contains an error, casting with `(string)` will cause a less-than-helpful exception to be thrown, pertaining to throwing an exception within the view's `__toString()` method. Use `View::make()->render()` instead.
kwoodfrien... 12 years ago 23317
What if instead of using debugging bar like https://github.com/barryvdh/laravel-debugbar or others, you could use something that integrates directly with Chrome's web developer tools? Imaging viewing request information, headers, get and post data, cookies, session data, DB queries, routes and timing, all within Chrome's developer tools panel? With this extension, you can! Read the instructions below to know how!
msurguy 12 years ago 20285
If you find out, that your blade template is empty and no error message generated: double check your comments
mring 12 years ago 8419
Sometimes the compiled file could get corrupted and not function properly, breaking your Laravel installation. This is a list of steps you could use trying to fix a Laravel installation that previously worked just fine on a server.
msurguy 12 years ago 8674