Store Laravel uploads offsite in the cloud
Long time ago uploads folders were common to any larger web project. A folder where uploaded files could be stored and a folder with 777 permission set (Read, W... (more…)
Read more »In this part, we’ll finally get our bot to give us some real trivia challenges from the Open Trivia Database (http://opentdb.com). But first… To cater for that, we’ll make use of Laravel’s jobs… Read more