Introduction
There are no English version for this article because I can’t do any better than its documentation
There are no English version for this article because I can’t do any better than its documentation
I read through the Laravel official documentation and simplify the content into a list of Q&A to make my learning more efficient, the subject of this article is about Configuration
I read through the Laravel official documentation and simplify the content into a list of Q&A to make my learning more efficient, the subject of this article is about API Resources
I read through the Laravel official documentation and simplify the content into a list of Q&A to make my learning more efficient, the subject of this article is about Deployment
I read through the Laravel official documentation and simplify the content into a list of Q&A to make my learning more efficient, the subject of this article is about Routing
Here is about this article:
Laravel Queue
AWS SQS
So why do we need to use queue
?
When we execute some jobs that require longer time, like sending Emails, or uploading photos or videos, let users to wait until the jobs are completed is just not so practical.
So when users request some time consuming jobs, we need to use queue
to line them, and execute them on the background, and so the users could be released from current request immediately.
This article is my learning log of saving images and resize it afterwards with Laravel and its package Internention
Please refer to the installing guide on its official GitHub
composer require intervention/image |
In this article, I'm going to share how to get user information from Facebook by submitting a token with PHP SDK, which is got by providing user a login page with JaveScript code.
App key
and App secret
Update your browser to view this website correctly. Update my browser now