Dcat Admin Build Page Layout

Dcat Admin is a CMS background management framework based on the secondary development of laravel-admin. The main reason I chose it was also attracted by its rich components. After all, there is no front-end that I can work with right now. It would be a pleasure if I could make those forms easy. If Dcat is skilled, a companion CRID is built aft ...

Posted by sandeep251088 on Sun, 26 Sep 2021 09:47:52 -0700

Instructions for making and using Dcat Admin chart

After reading the simple example of making Apexcharts.js chart in the official Manual of Dcat Admin, I didn't quite understand how to use it.In the past, the chart plug-in was made by the echart chart plug-in that the front-end sister went to find. I have never learned about the Apexcharts.js chart plug-in. Apexcharts.js official website is an ...

Posted by slj90 on Sat, 25 Sep 2021 02:16:34 -0700

Several methods of regular backup of MySQL database

1, The mysqldump command backs up data MySQL provides a convenient tool mysqldump for exporting database data and files from the command line. We can directly export the database content through the command line. First, let's briefly understand the usage of mysqldump command: #MySQL dump common mysqldump -u root -p --databases Database 1 datab ...

Posted by StealthRider on Sat, 18 Sep 2021 10:45:35 -0700

Kakashi: explain the meaning of each field in detail

preface What's the use of explain: in order to optimize the execution of SQL statements, you need to view the specific execution process of SQL statements to speed up the execution efficiency of SQL statements. You can use the explain+SQL statement to simulate the optimizer to execute SQL query statements, so as to know how mysql handles SQL ...

Posted by Alidad on Sat, 18 Sep 2021 01:38:24 -0700

Simple implementation of PPT remote controller based on WebSocket

1, Background This idea germinated before the college graduation defense. At that time, I was learning and practicing the front-end knowledge and came into contact with a PPT project written through the front-end code and running in the browser revealjs After reading the inner monologue at that time: This can be used to write the PPT of bishe ...

Posted by dallasx on Fri, 17 Sep 2021 20:37:27 -0700

Using swagger PHP 3 to generate documents in Laravel 8 development

Recently, during the development of a new project, I found that swagger PHP has been upgraded, and it is quite different from the previous document annotation. The official documents are not very detailed. Here I will share some usage of swagger PHP v3. X with my own encapsulated cases. Differences after upgrade Swagger-PHP v3.x Specificatio ...

Posted by lucasmontan on Fri, 10 Sep 2021 18:19:01 -0700

Multi-level actions of laravel-admin

The framework of laravel-admin has been defined for multi-level actions that can be viewed on the official website. It will not be repeated here. However, when using it, it is found that the function is slightly different from what you want. It is not useful when you first enter the default, so you change it and add ...

Posted by gabaod on Sun, 19 Jul 2020 07:24:26 -0700

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 Permutant on Sat, 18 Jul 2020 07:40:26 -0700

A quick tutorial of building server project based on Hunt Framework 3.2.0

Hunt Framework is a full stack Web framework developed in D language, similar to Laravel / SpringBoot / Django, etc., which enables D language developers to create projects quickly. The built-in super multi business specifications are convenient for developers to use out of the box, and convenient for managers to review project code more easily ...

Posted by jesse_james on Thu, 18 Jun 2020 02:11:58 -0700

Decorator pattern of PHP design pattern

The factory model is over. Let's study some other models. I wonder if you guys have tried women's clothes? It's said that there are many programmers in women's wear. In fact, today's decorator pattern is very similar to that of make-up. I believe that if there is a program in MM, I will be able to expla ...

Posted by ChrisBoden on Tue, 16 Jun 2020 20:21:21 -0700