Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/z-song/demo.laravel-admin.org
Source code of official http://demo.laravel-admin.org website.
https://github.com/z-song/demo.laravel-admin.org
Last synced: 30 days ago
JSON representation
Source code of official http://demo.laravel-admin.org website.
- Host: GitHub
- URL: https://github.com/z-song/demo.laravel-admin.org
- Owner: z-song
- Created: 2017-10-11T16:19:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T07:59:39.000Z (about 4 years ago)
- Last Synced: 2024-10-20T18:30:55.682Z (2 months ago)
- Language: TSQL
- Homepage:
- Size: 10.5 MB
- Stars: 507
- Watchers: 27
- Forks: 249
- Open Issues: 55
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
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:
```sqlmysql> 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