All Projects → Fanli2012 → Lqycms

Fanli2012 / Lqycms

基于laravel框架的企业级开源cms管理系统,开源php商城源码,B2C微商城系统,企业建站cms。

Projects that are alternatives of or similar to Lqycms

Cms
Multilingual PHP CMS built with Laravel and bootstrap
Stars: ✭ 2,342 (+1549.3%)
Mutual labels:  cms, laravel, bootstrap
Fullycms
Fully CMS - Multi Language Content Management System - Laravel
Stars: ✭ 465 (+227.46%)
Mutual labels:  cms, laravel, bootstrap
Laracms
LaraCMS 是在学习 laravel ( web 开发实战进阶 + 实战构架 API 服务器) 过程中产生的一个业余作品,试图通过简单的方式,快速构建一套基本的企业站同时保留很灵活的扩展能力和优雅的代码方式,当然这些都得益Laravel的优秀设计。同时LaraCMS 也是一个学习Laravel 不错的参考示例。
Stars: ✭ 588 (+314.08%)
Mutual labels:  cms, laravel, bootstrap
Rubel
Rubel is a cms built with Laravel and React.
Stars: ✭ 70 (-50.7%)
Mutual labels:  cms, laravel
Shcms
一个基于laravel的cms系统
Stars: ✭ 46 (-67.61%)
Mutual labels:  cms, laravel
Wl Bootstrap
Integrating Laravel into WordPress
Stars: ✭ 54 (-61.97%)
Mutual labels:  laravel, bootstrap
Adaptcms
AdaptCMS is an open source CMS that is made for complete control of your website, easiness of use and easily adaptable to any type of website. It's made easy with advanced custom fields, a very simple but powerful template system and much more.
Stars: ✭ 39 (-72.54%)
Mutual labels:  cms, laravel
Batflat
Lightweight, fast and easy CMS for free. Bootstrap ready. https://batflat.org
Stars: ✭ 95 (-33.1%)
Mutual labels:  cms, bootstrap
Wtcms
基于thinkphp的内容管理系统,可快速搭建个人博客、公司学校官网、新闻类站点。
Stars: ✭ 75 (-47.18%)
Mutual labels:  cms, bootstrap
Booklibrary
📚Simple Book library application written on flask with SQLite database.
Stars: ✭ 98 (-30.99%)
Mutual labels:  cms, bootstrap
User Management Php Mysql
PHP User Management System is a powerful PHP script that offers a secure user management system. The application is a great way to build your website, allowing your users to register an account and build restricted access to certain users. We offer great support and it’s very easy to install. It’s powered by MYSQL and PHP.
Stars: ✭ 111 (-21.83%)
Mutual labels:  cms, bootstrap
Larrock Core
Core components for LarrockCMS
Stars: ✭ 46 (-67.61%)
Mutual labels:  cms, laravel
Laravel Settings
Simple Settings package for a laravel application
Stars: ✭ 45 (-68.31%)
Mutual labels:  laravel, bootstrap
Lashop
Simple shop based on Laravel 7.3
Stars: ✭ 60 (-57.75%)
Mutual labels:  cms, laravel
Freelancers Market
Laravel Project to help freelance websites clients and freelancers to find each other.
Stars: ✭ 39 (-72.54%)
Mutual labels:  laravel, bootstrap
Laralack
A Slack clone written in PHP & Laravel framework
Stars: ✭ 82 (-42.25%)
Mutual labels:  laravel, bootstrap
Laravel Alert
A Bootstrap alert helper for Laravel
Stars: ✭ 110 (-22.54%)
Mutual labels:  laravel, bootstrap
Laravel Coreui Vue
Laravel 5.6 with CoreUI (VueJS Full Starter Template) >>> Deprecated, please go to https://coreui.io/laravel/
Stars: ✭ 132 (-7.04%)
Mutual labels:  laravel, bootstrap
October
Self-hosted CMS platform based on the Laravel PHP Framework.
Stars: ✭ 10,740 (+7463.38%)
Mutual labels:  cms, laravel
Cms
Statamic 3: The Core Composer Package
Stars: ✭ 965 (+579.58%)
Mutual labels:  cms, laravel

lqycms

基于laravel框架的开源cms管理系统,git clone https://github.com/Fanli2012/lqycms.git

PC端

PC企业站

alt text

PC商城

alt text alt text

WAP端

alt text

微商城

alt text alt text

说明

1、基于Laravel 5.4

2、PHP+Mysql

3、后台登录:http://www.lqycms.com/fladmin/login,账号:admin888,密码:123456

4、恢复后台默认账号密码:http://www.lqycms.com/fladmin/recoverpwd

5、LQYCMS适用于微商城、企业建站(展示型)等二次开发。

注意:PC端跟微商城的域名是同一个域名,WAP端的域名通常是PC端的子域名,这里的案例PC端的域名是www.lqycms.com,WAP端的域名是m.lqycms.com

PC入口:http://+PC域名+/

WAP入口:http://+WAP域名+/,WAP域名解析与PC域名一致,都是指向同一目录下

微商城入口:http://+PC域名+/weixin,支付仅支持微信支付。

6、后台功能

  1. 文章管理:增删改查,栏目管理
  2. 单页管理
  3. RBAC权限管理,角色管理
  4. 商品管理:商品品牌,商品分类
  5. 订单管理
  6. 会员管理,会员等级管理
  7. 轮播图
  8. 友情链接
  9. 意见反馈
  10. 优惠券管理
  11. 系统参数配置
  12. 微信自定义菜单

7、前台功能

PC端

  1. 公司介绍
  2. 产品中心
  3. 新闻动态
  4. 联系我们
  5. 友情链接

微商城

  1. 首页
  2. 产品列表
  3. 产品详情
  4. 购物车
  5. 个人中心
  6. 我的收藏
  7. 我的订单
  8. 资金管理
  9. 优惠券
  10. 地址管理
  11. 浏览记录
  12. 文章资讯

安装

1、 导入数据库

  1. 打开根目录下的lqycms.sql文件,将 http://www.lqycms.com 改成自己的站点根网址,格式:http://+域名
  2. 导入数据库

2、 复制.env.example重命名成.env,修改相应配置APP_DOMAIN、APP_SUBDOMAIN及数据库配置,APP_SUBDOMAIN表示WAP端的域名

3、 php composer.phar install

php artisan key:generate

4、 登录后台:http://www.lqycms.com/fladmin/login,账号:admin888,密码:123456

顶部按钮,更新缓存

注意

只能放在根目录 如果要开启调试模式,请修改 .env 文件, APP_ENV=local 和 APP_DEBUG=true 。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].