Laravel Community Tools by Tighten

Category "Debugging" tricks

36 tricks
A free PHP tool for developer
farukaziz 3 years ago 34431
cli
How to know if your browser has the 0x0 0x0 error? Methods To Fix The Error Code 0x0 0x0; Ways To Solve Error 0x0 0x0. https://www.pakainfo.com/0x0-0x0/
pakainfo-c... 4 years ago 28302
# Report(): The report() method allows us to log the raised exceptions or parse them to various error logging engines like the sentry. All this method does by default is passing the thrown exception to the base class where it is logged, but we are free to customize.
harshaldos... 5 years ago 9874
In laravel 6 when you get error exception. sometime you will see "Maximum Execution 60s exceed for git status -s command". This error usually occurs when your Internet server or local area network access is slow or you are under embargo.
rezvani 6 years ago 6622
If You're raning Laravel 5.4, You May Get An Error While You'are Migrate Or Dealing with the db . The Error is look like : [Illuminate\Database\QueryException] SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes (SQL: alter table users add unique users_email_unique(email)) [PDOException] SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes
AdeLDev 7 years ago 8982
5.4
It is always painful to remember the password of the sample accounts and login with them while you are working on your project and test it. You can use this package to easily and securely login with any password without touching your code. https://github.com/imanghafoori1/laravel-anypass https://github.com/imanghafoori1/laravel-anypass
imanghafoo... 7 years ago 6162
The optional helper now can have a callback to execute in case the first argument is null.
laraning 7 years ago 3458
Laravel Invisible reCAPTCHA Example – Laravel Validate Form on Submit using Google reCaptcha
dave 8 years ago 8382
Display test's names in the console
nezarfadle 8 years ago 8170