Skip to content

luffyzhao113/O2oRefectory

Repository files navigation

luffyzhao/ErpEntrust


O2oRefectory 餐厅管理系统基于 laravel 5.6,目前实现的功能有:后台用户管理、后台角色管理、后台权限管理、日志管理等。

安装

composer update

php artisan key:generate

php artisan run:app

php artisan back:restore

<VirtualHost _default_:80>
  DocumentRoot "yourpath/public"
  ServerName o2orefectory.test
  ServerAlias *.o2orefectory.test
  <Directory "yourpathy/public">
    Options Indexes FollowSymLinks Includes ExecCGI
    AllowOverride All
    Require all granted
  </Directory>
</VirtualHost>

后台访问地址 base.o2orefectory.test

登录邮箱 luffyzhao@vip.126.com 密码 123456

手册

前端开发手册

后台开发手册

扩展阅读

About

餐厅o2o系统

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors