Labels: events

152 results found

event

Larravel 10 Chinese Document Advanced use

introduce Larave's events provide a simple observer pattern implementation, allowing you to subscribe to and listen to various events occurring in the application. Event classes are usually stored in app/E

Published by Xueyuan Jun 9 months ago    Number of views: 1064    Number of likes: 0

Artisan Console

Larravel 10 Chinese Document Advanced use

brief introduction Artisan is the command line interface provided by Laravel, which provides us with many useful commands in the development process. Want to see all available Artis

Published by Xueyuan Jun 1 year ago    Number of views: 3577    Number of likes: 0

Service Container

Larravel 10 Chinese Document Core architecture

introduce Laravel service container is a powerful tool for managing class dependencies and executing dependency injection. Dependency injection is a kind of advanced technology, which essentially means that class dependency can be realized through constructor or

Published by Xueyuan Jun 1 year ago    Views: 3226    Number of likes: 0

Issue coupons asynchronously through the event listener

Laravel Message Queuing Practice Use Instance

Events and event listeners In applications built based on event drivers, an event may have multiple event listeners. Take the NewOrderSubmitted event as an example

Published by Xueyuan Jun 3 years ago    Number of views: 2565    Number of likes: 4

Implementation of Laravel broadcast function based on Redis (I): broadcast event distribution and underlying source code exploration

High performance Redis practice Practical Battle Beginner Level Chapter

In the last tutorial, Xuejun demonstrated how to implement the event message broadcast function through Redis+Socket.io. This is a very simple implementation, which aims to

Published by Xueyuan Jun 3 years ago    Number of views: 4455    Number of likes: 0

Implementation of Laravel event monitoring based on Redis message queue and exploration of underlying source code

High performance Redis practice Practical Battle Beginner Level Chapter

In Laravel, in addition to using the dispatch helper function to explicitly push the queue through Illuminate Bus Dispatcher

Published by Xueyuan Jun 3 years ago    Number of views: 5331    Number of likes: 2

Write modal box components based on Bootstrap+Vue framework and complete the article deletion function

Vue.js Introduction to Practical Tutorial Component actual combat

In the last tutorial, Xue Jun has demonstrated how to quickly realize the functions of article publishing, editing and browsing (including list and detail pages) through Larravel+Vue. Today

Published by Xueyuan Jun 3 years ago    Number of views: 4149    Number of likes: 2

Provide local debugging solutions based on Laravel Telescope

Larravel 8 Chinese Document Official expansion pack

brief introduction Laravel Telescope is an elegant debugging assistant specially designed for Laravel framework. Telescope can be used to enter

Published by Xueyuan Jun 3 years ago    Views: 3623    Number of likes: 1

Provide OAuth2 authentication solution based on Laravel Passport

Larravel 8 Chinese Document Official expansion pack

brief introduction Laravel has made user authentication very simple through traditional login forms, but how to achieve API authentication? API usually uses token to enter

Published by Xueyuan Jun 3 years ago    Views: 10395    Number of likes: 0

simulation

Larravel 8 Chinese Document Test series

brief introduction When testing a Larravel application, you may also want to "simulate" the specific state of the application so that they are not actually executed in the test. For example, test the

Published by Xueyuan Jun 3 years ago    Views: 3924    Number of likes: 0

Introduction to Eloquent Model

Larravel 8 Chinese Document Eloquent ORM

brief introduction Laravel's built-in Eloquent ORM provides a beautiful and simple ActiveRecord implementation for dealing with databases

Published by Xueyuan Jun 3 years ago    Views: 26571    Number of likes: 0

Getting Started with Databases

Larravel 8 Chinese Document Database operation

brief introduction Laravel makes it very simple to connect different databases and add, delete, modify, and query databases, whether using native SQL, query builder, or Elo

Published by Xueyuan Jun 3 years ago    Views: 21203    Number of likes: 0

queue

Larravel 8 Chinese Document Advanced series

brief introduction Note: Laravel now provides a Horizon queue expansion package based on Redis, with beautiful background and configuration system. For complete information, please refer to

Published by Xueyuan Jun 3 years ago    Views: 16218    Number of likes: 0

notice

Larravel 8 Chinese Document Advanced series

brief introduction In addition to email, Larave also supports sending notifications through multiple transmission channels, including email, SMS (via Nexmo) and Sla

Published by Xueyuan Jun 3 years ago    Views: 5389    Number of likes: 0

mail

Larravel 8 Chinese Document Advanced series

brief introduction Larave provides a set of clean and refreshing mail APIs based on SwiftMailer library. Larave is SMTP, Mailg

Published by Xueyuan Jun 3 years ago    Views: 5395    Number of likes: 0