Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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:
```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