Advanced series


Use Artisan to build powerful console applications

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 6 years ago    Views: 26970    Like: 9

Service decoupling through events and event listeners

brief introduction Larave events provide a simple observer mode implementation, allowing you to subscribe to and listen to events in the application. Event classes are usually stored in the app/Events directory

Published by Xueyuan Jun 6 years ago    Views: 28243    Like: 9

Implementation and use of Laravel queue system

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 6 years ago    Views: 63099    Like: 11

Implementation of event broadcast between server and client in Larravel

brief introduction In many modern Web applications, Web Sockets are used to implement the user interface of real-time update. When some data is updated on the server

Published by Xueyuan Jun 6 years ago    Views: 29240    Number of likes: 5

Build high-performance Larravel applications through cache

to configure Larave provides a unified API for different cache systems. The cache configuration is located in config/cache.php. In this file, you can specify

Published by Xueyuan Jun 6 years ago    Views: 28174    Like: 9

Key value pair Use of storage system Redis in Laravel

brief introduction Redis is an open source, advanced key value pair storage system that is often used as a data structure server because it supports strings, hashes, lists, collections, and ordered collections

Published by Xueyuan Jun 6 years ago    Views: 25880    Number of likes: 5

Collection: add wings to PHP arrays

brief introduction The Illuminate Support Collection class provides streaming and convenient encapsulation for processing array data. For example, looking at the following code, I

Published by Xueyuan Jun 6 years ago    Number of views: 45234    Like: 7

Auxiliary function: a sharp tool to simplify Laravel code writing

brief introduction Laravel comes with a series of PHP auxiliary functions, many of which are used by the framework itself. If you feel convenient, you can also use them in the code. Method List

Published by Xueyuan Jun 6 years ago    Number of views: 27822    Like: 9

Integrated Flysystem to realize advanced operation on file system

brief introduction The PHP package Flysystem developed by Larave based on Frank de Jong provides a powerful file system abstraction layer. La...

Published by Xueyuan Jun 6 years ago    Views: 26009    Number of likes: 2

Implement mail configuration, preview and sending in Larravel

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

Published by Xueyuan Jun 6 years ago    Views: 20294    Number of likes: 1

Using multiple channels to send notifications in Laravel

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 6 years ago    Views: 29016    Number of likes: 4

Development and use of Laravel custom expansion package

brief introduction Expansion packs are the main way to add additional functionality to Larvel. The expansion package can provide any function, ranging from the processing date such as Carbon to the whole BDD

Published by Xueyuan Jun 6 years ago    Number of views: 20666    Like: 6

Implementation of Timed Task Scheduling in Laravel

brief introduction Cron is a very useful tool under UNIX, SOLARIS and LINUX. Through Cron script, scheduled tasks can be regularly placed in the system background

Published by Xueyuan Jun 6 years ago    Number of views: 78982    Like: 20

search result