Introduction
This article is a learning record of Laravel, mainly about how to use Laravel blade
. Here are some points:
- Create and reuse
template
- Use
yield
andsection
- Pass data to
view
- What {{ }} does for us?
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
Some detail when importing Chinese from CSV file into database via PHP script
Hello everyone. It’s Ray!
Today I am going to share more details of importing Chinese characters into database from CSV file via PHP script
Firstly, let’s start from PHP script
Hello everyone. My name is Ray. I would like to share how to import data from CSV file into MySQL database via PHP script
Firstly, take a look on the screenshot of CSV file below:
Take a look on the PHP script below. Please put them in the same repository.
Update your browser to view this website correctly. Update my browser now