Do not use forEach with async-await TLDR: Use for...of instead of forEach() in asynchronous code. For legacy browsers, use for...i or [].reduce() To execute the promises in parallel, use Promise.all([].map(...)) The problem
Reference https://speakerdeck.com/willroth/50-laravel-tricks-in-50-minutes https://www.reddit.com/r/laravel/comments/3to60i/50_laravel_tricks/ ToC A. Eloquent 1. Automatic Model Validation
Installing ngrok on OSX For Homebrew v2.6.x and below: brew cask install ngrok For Homebrew v2.7.x and above: