1 Star 0 Fork 0

karry_ii / demo.laravel-admin.org

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README

demo.laravel-admin.org

官方源码 http://demo.laravel-admin.org

该代码没与官方同步,最近一次同步 2019-10-31。

composer 国内镜像【全局】

composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/

官方安装


# git clone https://github.com/z-song/demo.laravel-admin.org
$ git clone https://gitee.com/xiaoyulu/demo.laravel-admin.org.git

$ cd demo.laravel-admin.org

$ composer install -vvv

# 如果扩展包安装后有没有成功的,执行下面命令再更新下就可以了。
$ composer update

然后在 mysql 中创建一个名为 laravel_admin_demo 的数据库。您可以在 storage/mysql_dump/laravel_admin_demo 中找到数据库转储,将其导入:


mysql> create database `laravel_admin_demo`;

mysql> use `laravel_admin_demo`;

mysql> source storage/mysql_dump/laravel_admin_demo.sql

返回终端,启动 web 服务器:


$ php artisan serve

最后在浏览器中打开 http://localhost:8000/。

增加 nginx 伪静态

location / {
     try_files $uri $uri/ /index.php?$query_string;
}

Empty file

About

来自 laravel-admin 开发者的示例代码 expand collapse
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
PHP
1
https://gitee.com/karry_ii/demo.laravel-admin.org.git
git@gitee.com:karry_ii/demo.laravel-admin.org.git
karry_ii
demo.laravel-admin.org
demo.laravel-admin.org
master

Search