lyadmin is a lightweight general backend made using Bootstrap3, with built-in permission management and modular development. It supports one-click switching between multi-tab and classic mode backends to meet the actual needs of different users and different projects. It is very suitable as the basic backend for projects.
lyadmin is very lightweight. It does not have too many third-party js libraries. It only references three js libraries: jquery, lyui, and kindeditor. Among them, lyui is our exclusive customized UI based on bootstrap. When it matures, it will be independently used as an open source project for everyone to use. . lyadmin open source universal background update log: 1. The code is formatted according to psr2
2. The list page automatic generator ListBuilder has added a multi-condition filtering function (ListBuilder is a PHP back-end tool that can complete page generation without writing HTML, speeding up the development efficiency of general background functions by more than 50%)
3. Support background menu display and hide
4. Fix notice error
5. Added module description file background menu graphical configuration tool plug-in
6. Fix cache permission issue
7. Optimize the creation of database logic during installation