Laravel

20 Laravel Eloquent tips and tricks

Eloquent ORM seems to be a simple mechanism, but behind the scenes, there are many semi hidden functions and little-know...
12:33 22 November 2021

Based on laravel architecture

Architecture diagram1. Request log the request message log. The reason for adding the request message here is that in ma...
22:38 1 November 2021

As a single thread, Redis is oversold when I use it?

Focus on PHP, MySQL, Linux and front-end development. Thank you for your attention!!! The article is arranged in GitHub,...
9:16 25 October 2021

Introduction to Redis -- five data types and usage scenarios

redis Xiaobai beginner level Install redis See the installation tutorial here www.runoob.com/redis/redis-install... Simp...
21:03 27 September 2021

Several binding methods of Laravel service container

Binding basis Almost all service container binding is done in the service provider.The directory structure is as follows...
3:57 11 June 2020

Core concept notes of Laravel: service container

notes Original link: https://xueyuanjun.com/p...
22:44 10 June 2020

Installation and verification of JWT Auth in laravel (example)

Installation and verification of JWT Auth in laravel 1....
8:48 28 May 2020

php form form concept

The input field mark introduced by PHP form element < input > ...
0:53 22 May 2020

PHP implementation of data structure and algorithm queue and stack

1, Queues 1) Queue is a first in first out (FIFO) linear ...
4:14 19 May 2020

7 Laravel programming habits help you reduce bugs in your code

The article was forwarded from the professional Laravel developer community. Original link: https://learnku.com/laravel/t... Every line of code we ad...
12:21 3 December 2019

nginx deploy thinkphp and laravel

Recently, bloggers deployed a TP5 project they practiced under Centos+Nginx environment. Some problems were encountered in the process, but the probl...
16:16 2 December 2019

Laravel uses JWT to implement API user authorization

Part I installation of JWT Step 1. Use Composer to install tymon / JWT auth:`composer require tymon/jwt-auth 1.0.0-rc.3 Step 2. Add a service provider...
13:30 2 December 2019

What's a Facade? I hope it's useful for PHPer

What is the Facade? At present, it is a class that is used to facilitate the static method call of the original class (undefined static method).The sp...
4:22 8 November 2019

Laravel queue technique: Fail, Retry, or Delay

The article was forwarded from the professional Laravel developer community with the original link: https://learnku.com/laravel/t... When creating qu...
21:25 7 November 2019

PHP analyzes the dependency injection function of Laravel framework from another perspective

Fundamentally speaking, dependency injection is not to let an object create a dependency, nor let a factory object create an object, but to turn the r...
7:50 5 November 2019