#Laravel

Introduction

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

Introduction

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

Introduction

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

Introduction

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

Introduction

Hello! It’s my learning note of Laravel, and it’s still unorganised, so I’m sorry that there is not a English version yet.

Read More

Introduction

This article is a learning record of Laravel, mainly about how to use Laravel blade. Here are some points:

  1. Create and reuse template
  2. Use yield and section
  3. Pass data to view
  4. What {{ }} does for us?

Read More

Introduction

Here is about this article:

  1. Send Email with Laravel Queue
  2. Use 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.

Read More

Introduction

This article is my learning log of saving images and resize it afterwards with Laravel and its package Internention

Install package Intervention

Please refer to the installing guide on its official GitHub

composer require intervention/image

Read More

Introduction

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.

Go to FB develop page, and sign up, and then go to console and add a new application

In the user information, copy App key and App secret

Read More

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×