1 Star 1 Fork 0

青衣沾雨 / demo.laravel-admin.org

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

demo.laravel-admin.org

Source code of official http://demo.laravel-admin.org website.

Installation


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

$ cd demo.laravel-admin.org

$ composer install -vvv

Then create a database with name laravel_admin_demo in your mysql. You can find database dump in storage/mysql_dump/laravel_admin_demo.sql, import it:


mysql> create database `laravel_admin_demo`;

mysql> use `laravel_admin_demo`;

mysql> source storage/mysql_dump/laravel_admin_demo.sql

Back to terminal and start the web server:


$ php artisan serve

Finally open http://localhost:8000/ in your browser.

Support

如果觉得这个项目帮你节约了时间,不妨支持一下;)

-1

License

MIT

demo.laravel-admin.org ================= Source code of official [http://demo.laravel-admin.org](http://demo.laravel-admin.org) website. ## Installation ```shell $ git clone https://github.com/z-song/demo.laravel-admin.org $ cd demo.laravel-admin.org $ composer install -vvv ``` Then create a database with name `laravel_admin_demo` in your mysql. You can find database dump in `storage/mysql_dump/laravel_admin_demo.sql`, import it: ```sql mysql> create database `laravel_admin_demo`; mysql> use `laravel_admin_demo`; mysql> source storage/mysql_dump/laravel_admin_demo.sql ``` Back to terminal and start the web server: ```shell $ php artisan serve ``` Finally open `http://localhost:8000/` in your browser. ## Support 如果觉得这个项目帮你节约了时间,不妨支持一下;) ![-1](https://cloud.githubusercontent.com/assets/1479100/23287423/45c68202-fa78-11e6-8125-3e365101a313.jpg) ## License MIT

简介

Source code of official http://demo.laravel-admin.org website. 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/yk19/demo.laravel-admin.org.git
git@gitee.com:yk19/demo.laravel-admin.org.git
yk19
demo.laravel-admin.org
demo.laravel-admin.org
master

搜索帮助