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...
Based on laravel architecture
Architecture diagram1. Request log the request message log. The reason for adding the request message here is that in ma...
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,...
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...
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...
Core concept notes of Laravel: service container
notes
Original link: https://xueyuanjun.com/p...
Installation and verification of JWT Auth in laravel (example)
Installation and verification of JWT Auth in laravel
1....
php form form concept
The input field mark introduced by PHP form element < input >
...
PHP implementation of data structure and algorithm queue and stack
1, Queues
1) Queue is a first in first out (FIFO) linear ...
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...
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...
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...
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...
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...
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...