Labels: configuring

126 results found

deploy

Larravel 10 Chinese Document quick get start

introduce When you are ready to deploy your Larravel application to a production environment, there are some important things you need to do to ensure that your application runs as efficiently as possible. In this document

Published by Xueyuan Jun 1 year ago    Views: 3220    Number of likes: 2

to configure

Larravel 10 Chinese Document quick get start

introduce All configuration files of the Laravel framework are stored in the config directory. Each option is documented, so feel free to review the file and become familiar with the available options

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

install

Larravel 10 Chinese Document quick get start

Meet Laravel Laravel is a web application framework with expressive and elegant syntax. The Web framework provides the structure and starting point for creating applications

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

Laravel Queue System Configuration Reference

Laravel Message Queuing Practice Online operation and maintenance

Processor process The following configurations are set when the queue processor process is started. Queue connection Specify the queue connection when starting the queue task processor process: php ar...

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

How to select the correct message queue driver

Laravel Message Queuing Practice Online operation and maintenance

Larave currently supports the following message queue storage drivers: Redis Database SQS Beanstalkd majority...

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

Manage queue processor processes and memory leaks

Laravel Message Queuing Practice Online operation and maintenance

Introducing Supervisor A queue worker is a PHP process that is expected to run indefinitely. However, under the following circumstances, it will exit abnormally: ...

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

Retry the failed queue task

Laravel Message Queuing Practice Use Instance

Failed Queue Task Retry Larravel message queue supports the retry of failed tasks (see Larravel Queue Document Processing Failed Tasks for details)

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

Send mailbox verification message

Laravel Message Queuing Practice Use Instance

Through the previous two pilot tutorials, you must have a general understanding of the basic use and underlying implementation of Laravel message queue. Next, let's introduce the details of message queue in

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

Using Redis securely (I): port security, instruction security, and memory usage restrictions

High performance Redis practice Practical Battle Beginner Level Chapter

It was originally planned to start updating the underlying implementation, data structure and high-performance principle of Redis: But considering how to use Redis safely is also a basic thing

Published by Xueyuan Jun 3 years ago    Views: 2982    Like: 6

to configure

Larravel 8 Chinese Document quick get start

brief introduction All configuration files of the Laravel framework are stored in the config directory. Each configuration item has a document. You can read all these configuration files as a whole to become familiar with

Published by Xueyuan Jun 3 years ago    Number of views: 17888    Number of likes: 1

Configure master-slave replication based on GTID and realize database read/write separation in Laravel project

High performance MySQL High availability

Configure master-slave relationship through GDIT protocol When building a database cluster based on Docker, we used the binlog file and the offset location to set the main database

Published by Xueyuan Jun 3 years ago    Number of views: 593    Number of likes: 1

Redis

Larravel 8 Chinese Document Database operation

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 3 years ago    Number of views: 10725    Number of likes: 1

file store

Larravel 8 Chinese Document Advanced series

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 3 years ago    Number of views: 9658    Number of likes: 0

Deploy the application to the production environment

Larravel 8 Chinese Document quick get start

brief introduction When you are ready to deploy the Larravel application to the production environment, there are some important things that can ensure that the application runs as efficiently as possible. In this document, we will discuss these things

Published by Xueyuan Jun 3 years ago    Views: 15885    Number of likes: 2

directory structure

Larravel 8 Chinese Document quick get start

brief introduction Laravel's default directory structure attempts to provide a good starting point for both large and small applications. Of course, you can also reorganize the application according to your own preferences

Published by Xueyuan Jun 3 years ago    Number of views: 17324    Number of likes: 1