{"id":18704781,"url":"https://github.com/lancewan/v6blog","last_synced_at":"2026-05-06T03:31:35.482Z","repository":{"id":42950944,"uuid":"217837681","full_name":"lanceWan/v6blog","owner":"lanceWan","description":"Laravel 6.x 博客代码","archived":false,"fork":false,"pushed_at":"2023-02-02T08:23:46.000Z","size":2564,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-19T06:07:12.027Z","etag":null,"topics":["blog","laravel","laravel-application"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lanceWan.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-27T10:20:48.000Z","updated_at":"2020-04-24T10:19:40.000Z","dependencies_parsed_at":"2024-12-28T06:24:41.514Z","dependency_job_id":"096c5cd1-6582-48ba-b84c-accf4c08867e","html_url":"https://github.com/lanceWan/v6blog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lanceWan/v6blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lanceWan%2Fv6blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lanceWan%2Fv6blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lanceWan%2Fv6blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lanceWan%2Fv6blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lanceWan","download_url":"https://codeload.github.com/lanceWan/v6blog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lanceWan%2Fv6blog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32677889,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blog","laravel","laravel-application"],"created_at":"2024-11-07T12:08:19.650Z","updated_at":"2026-05-06T03:31:35.463Z","avatar_url":"https://github.com/lanceWan.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://res.cloudinary.com/dtfbvvkyp/image/upload/v1566331377/laravel-logolockup-cmyk-red.svg\" width=\"400\"\u003e\u003c/p\u003e\n\n# Laravel 6.x Blog\n基于Laravel 6.x 版本开发的最简单的博客网站，给新手或打算学习Laravel框架的小伙伴一个借鉴作用。\n\n此博客理论上跟版本没有太大的影响，因为用的都是最基础的功能。\n\n## 安装\n下载本项目代码到本地：\n```\ngit clone https://github.com/lanceWan/v6blog.git\n```\n\n进入到项目然后 `composer` 安装：\n\n```\ncd v6blog\n\ncomposer install\n```\n\u003e 如果安装缓慢，推荐使用中国镜像：[阿里云 Composer 全量镜像](https://developer.aliyun.com/composer?spm=5176.12825654.h2v3icoap.795.e9392c4a4QxFCB\u0026aly_as=4lKC45sg)\n\n配置 `.env` 文件：\n```\n[sudo]cp .env.example .env\n```\n\n\u003e Linux 和 Mac 下注意执行权限 !\n\n配置数据库：\n```\nDB_HOST=localhost\nDB_DATABASE=homestead   # 数据库名称\nDB_USERNAME=homestead   # 数据库用户名\nDB_PASSWORD=secret      # 数据库密码\n```\n\n生成key：\n```\nphp artisan key:generate\n```\n\n迁移数据：\n```\nphp artisan migrate --seed\n```\n\nOK,项目已经配置完成，直接访问首页然后登录即可，不清楚路由的可以直接去看 `routes/web.php` 文件。默认管理员账号：`iwanli` , 密码：`123123` 。如果你是在 `Linux` 或 `Mac` 下配置的请注意相关目录的权限，这里我就不多说了，enjoy！\n\n\n## 建议和反馈\n`Laravel 6.x Blog` 发展离不开大家的反馈和建议，如果大家有什么想法可以直接在 [https://github.com/lanceWan/v6blog/issues](https://github.com/lanceWan/v6blog/issues) 中提出，谢谢。\n\nLaravel学习交流群：`312621686`\n\n\n## License\n\nThe Laravel framework is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flancewan%2Fv6blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flancewan%2Fv6blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flancewan%2Fv6blog/lists"}