Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liyingxuan/dna-wallet-cms
OnChain DNA Wallet CMS
https://github.com/liyingxuan/dna-wallet-cms
Last synced: 4 days ago
JSON representation
OnChain DNA Wallet CMS
- Host: GitHub
- URL: https://github.com/liyingxuan/dna-wallet-cms
- Owner: liyingxuan
- Created: 2017-11-07T05:58:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T06:47:37.000Z (about 7 years ago)
- Last Synced: 2024-11-09T19:12:58.282Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 6.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## OnChain Wallet CMS
#### Language and framework
PHP >=7.0.0
Laravel v5.5.*
AdminLTE v2.3.8
Bootstrap v3.3.7#### Url
API Url : http://[domain]/api/doc/
CMS Url : http://[domain]#### Install and run
[Deploy the server environment](http://www.jianshu.com/p/1f17a69f6dcf)Reboot server.
Go in project path :
```bash
$ cd [project path]$ composer install
$ npm install$ cp .env.example .env
## Configure database parameters.$ php artisan migrate:install
$ php artisan migrate
$ php artisan db:seed
```Increase business database files and permissions data.
End.