⬇⬇SaaS version click here⬇⬇
After installing and starting docker, run the following command in the terminal to experience it.
docker run -d --name likeadmin_php -p 20221:80 -e MYSQL_ROOT_PASSWORD=root registry.cn-guangzhou.aliyuncs.com/likeadmin/likeadmin_php:latest
If you need custom parameters to permanently mount data, run the following command in the terminal and change the entire "[]" to custom parameters.
docker run -d --name likeadmin_php
-v 【主机存储数据库路径】:/var/lib/mysql
-v 【主机存储项目代码文件路径】:/var/www/html/likeadmin_php
-p 【访问端口】:80
-e MYSQL_ROOT_PASSWORD=【Mysql密码】
registry.cn-guangzhou.aliyuncs.com/likeadmin/likeadmin_php:latest
1. If you are unable to access, please wait for 1 minute. Docker deployment will download the latest source code each time.
2. During installation, the default data account is root and the default password is root.
3. Docker rapid deployment is only suitable for local deployment experience. If you are not familiar with docker, please do not use it in the production environment, as it may cause data loss and other problems.
Visit the installer: http://127.0.0.1:20221
PC management background: http://127.0.0.1:20221/admin/login
PC front desk: http://127.0.0.1:20221/pc/
Mobile front desk: http://127.0.0.1:20221/mobile/
Address: https://php.likeadmin.cn/admin
Account: admin Password: 123456
https://php.likeadmin.cn/mobile
https://php.likeadmin.cn/pc/
Address: https://www.likeadmin.cn
We hope to make more contributions to the open source community and launch the permanently free and open source likeadmin universal front-end and back-end separation management back-end system. Following the MIT open source license agreement, you can use it for free, and you are even allowed to open source, publish and sell the software applications you develop based on likeadmin.
1.likeadmin has built a bottom layer that separates the front and back ends, including basic functions such as program installation, login, logout, workbench, menu permission control, roles, administrators, department management, position management, material management, website settings, and gallery management. , no need to reinvent the wheel. It also has the developer tool function to generate code with one click, which greatly saves development time.
2. Visual system program installation interface, customizable installation data, developers can quickly expand and release their own software products.
3.likeadmin is positioned as a general software system management backend to facilitate developers to quickly develop software systems. The documentation is clear, the code is easy to understand, and it is simple to use.
4. Integrate common modules such as WeChat payment (API3), WeChat mini program public account login, Alibaba Cloud, Tencent Cloud SMS, Alibaba Cloud OSS, Tencent Cloud COS, Qiniu Cloud OSS and other common modules.
1. The server is developed using PHP8.0, which has a breakthrough performance improvement.
2. Use the latest ThinkPHP8 framework, currently the most popular PHP framework in China, with high performance, easy to use, complete documentation, support for composer to quickly install components, support for Redis, support for various PSR specifications, etc.
1. Developed using the most fluid front-end and back-end separation solutions, typescript, vue3, and vite, keeping the code concise, consistent, and standardized.
2. The background interface uses the element-plus UI framework. The simple and beautiful background interface and rich component library facilitate rapid development and meet various background interactions.
The mobile uniapp frontend can be compiled into mobile H5 web pages, WeChat applets, Android Apps, Apple Apps and other clients.
The PC frontend uses Nuxt.js, supports server-side rendering (SSR), and is SEO-friendly.
Generate front-end and back-end business codes with one click, greatly improving development efficiency.