Disabling CSRF for Specific Routes - Laravel 5
Update: If you are working on Laravel 5.1, there is support for this right out of the box: See this post for more information [https: »
Update: If you are working on Laravel 5.1, there is support for this right out of the box: See this post for more information [https: »
Recently, I was interacting with data from a website that didn't have an API. I've been in this situation before, and it »
Often, you want to allow users of your web application to upload photos. Whether they are avatars, cover photos, background photos, there is not guarantee they »
Worrying about and working with timezones is always an absolute nightmare. With Laravel, it's not awesome, but it's a tad less painful. »