Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/curder/blog-laravel
a Laravel Blog demo.
https://github.com/curder/blog-laravel
Last synced: 3 days ago
JSON representation
a Laravel Blog demo.
- Host: GitHub
- URL: https://github.com/curder/blog-laravel
- Owner: curder
- Created: 2017-08-17T01:39:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:30:06.000Z (almost 2 years ago)
- Last Synced: 2023-02-27T08:02:39.592Z (over 1 year ago)
- Language: PHP
- Size: 3.61 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## 下载和安装
```
git clone [email protected]:curder/blog-laravel.git
composer install
cp .env.example .env
php artisan key:generate
```## 配置本地有道对文章别名的支持
修改 `.env` 文件。
```
YOUDAO_APP_KEY=app_key
YOUDAO_APP_SECRET=app_secret
```