Bo-Yi Wu
Bo-Yi Wu
@Mahmoudz @bestlong any feedbacks?
I try to install Laradock for a beginner. ``` your_laravel_folder/ └── ... └── ... └── laradock ``` Don't modify the `laradock/.env` file ``` # Point to the path of your...
```diff - root /var/www/laravel/public; + root /var/www/your_laravel_folder_path/public; ``` and ```diff - 1 - Clone Laradock inside your PHP project: + 1 - Clone Laradock inside your Laravel project: ```
Update correct link for [Pull Request POST service management for bitbucket cloud](https://confluence.atlassian.com/bitbucket/pull-request-post-service-management-385913080.html)
Any plan to save a screenshot?
http://support.curated.co/integrations/fetching-issue-data-with-the-api/ 看起來真的蠻廢的 ? XD
@saiday 所以沒有實體 content 在 GitHub 內就是了?感覺應該保存一份在 GitHub Repo 內。
@saiday 我建議可以存 Markdown 或 JSON 格式其中一種,然後寫個對應的 Parser 去轉換,當然如果能一次存成兩種是最好的。放 GitHub 好處可以拿來做其他應用也不賴
@uranusjr 水喔,也可以,那是不是每期給一個 JSON 檔案? ```json { "number": 1, "title": "Issue 1", "summary": "Issue summary", "url": "https://your-publication.curated.co/issues/1", "published_at": "2014-08-16T01:21:58.390+01:00", "updated_at": "2014-08-24T12:00:03.535+01:00", "categories": [ { "name": "News", "code": "news", "items": [ {...
@vinta 非常棒,這 API 太完整了。