Topic development tutorial of ModStartCMS universal station building system
Theme development tutorial
All third parties in ModStart are collectively referred to as modules. The template topic is also a module, starting with CmsTheme, such as CmsThemeBlue, CmsThemeGreen, etc.
Create topic module
use Module development assistant Can quickly help you create a template theme module.
Through system management → mod ...
Posted by Whyme on Tue, 21 Dec 2021 04:30:41 +0100
Let's achieve single user login - complete listening
The front end displays push messages in real time
In the previous section, we have implemented message push. Now we need the front end to receive and display messages to users in real time. This section is also the last section of the tutorial. It will be completed soon. Come on.
Let's start.
Installation dependency
Front end dependent com ...
Posted by modigy on Mon, 13 Dec 2021 16:25:03 +0100
Using Roadrunner laravel on windows
1, Preparatory work
1. Install composer and set the image
Packgist / composer China full image (pkg.xyz)
2. The version of laravel was found when searching spiral/roadrunner
RoadRunner source address
Roadrunner laravel source address
3. Decided to try spiral / Roadrunner laravel and read the dependency requirements of the released version,
Lat ...
Posted by nakins on Mon, 13 Dec 2021 11:36:54 +0100
The system crashed and the website response was slow. How do you quickly locate the error information?
Article from: www.startphp.cn/front/php/1206179.h...Author: Lei Feng
The system crashed, or the website response was very slow, and the website appeared 502... These problems often occur at work or in the development process. These questions may be often asked during the interview. So how do you check for errors and locate error messages at th ...
Posted by StewardManscat on Tue, 07 Dec 2021 16:36:40 +0100
Minimalist design mode - decoration mode
Decoration pattern - Decorator Pattern
definition
Dynamically add some additional responsibilities to an object. In terms of increasing object function, decoration mode is more flexible than generating subclass implementation. This adds some functionality to an object rather than to an entire class.
Principles and ideas of design
Decouple ...
Posted by tharagleb on Sat, 04 Dec 2021 22:04:44 +0100
How to use Laravel's queue mechanism? What scenarios require queues?
previously on
I have been in the community for several years and haven't written an article for a long time. Today, I happened to rub the hot spot and write about how to use Laravel's queue mechanism? What scenarios need to use queues for my understanding
Why?
First, we need to know why we use queues and what happens if we don't use queues! ...
Posted by millsy007 on Fri, 03 Dec 2021 14:53:54 +0100
The domestic open source CMS based on Laravel supports spoole, including API interface
Project introduction
MyCms is an open source and free self media blog CMS system developed based on Laravel. It is suitable for the development and use of personal websites and enterprise websites. The software copyright number is 2021SR1543432. MyCms is released based on Apache 2.0 open source protocol. It is free and unrestricted for commer ...
Posted by shakuni on Mon, 29 Nov 2021 05:15:20 +0100
Laravel5.5 Alipay payment
to configure
The application for merchant account service is very troublesome. In order to quickly test, you can use the sandbox beta app, but currently only support Android phones
The service to be tested can only be tested after real name authentication and identity extension. In other words, you can fill in some personal information. It's ...
Posted by sms.sanal on Sat, 02 Oct 2021 20:27:12 +0200
RabbitMQ used by laravel under Homestead (ubuntu) of laravel queue -- practical part
prefaceThe configuration of RabbitMQ server has been written before. For details, please see this article—— RabbitMQ used by laravel under Homestead (ubuntu) of laravel queue - server configuration. The next step is how to use RabbitMQ.
reference materialThanks to all the authors!laravel-queue-rabbitmqlaravel + rabbitmqThe most com ...
Posted by knight on Sat, 18 Sep 2021 19:57:00 +0200
Picture deletion for laravel-admin
There is a deep doubt about laravel-admin's picture upload mechanism. Deleting avatar pictures on the user information page will cause an error. It was 1.4 at that time, and later updated 1.5 found that the delete button disappeared directly. If you use image normally in the form during the process of use, the slight ...
Posted by Lustre on Sat, 18 Jul 2020 16:38:30 +0200