{"id":36976175,"url":"https://github.com/wingsline/laravel-blog","last_synced_at":"2026-01-13T22:09:27.576Z","repository":{"id":36144975,"uuid":"219611248","full_name":"wingsline/laravel-blog","owner":"wingsline","description":"Laravel Blog package","archived":true,"fork":false,"pushed_at":"2022-11-19T00:36:18.000Z","size":2251,"stargazers_count":121,"open_issues_count":11,"forks_count":19,"subscribers_count":5,"default_branch":"2.x","last_synced_at":"2025-10-23T10:07:09.196Z","etag":null,"topics":["blog","laravel","package","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wingsline.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":"contributing.md","funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-04T22:47:34.000Z","updated_at":"2025-02-22T14:45:41.000Z","dependencies_parsed_at":"2023-01-16T22:52:35.041Z","dependency_job_id":null,"html_url":"https://github.com/wingsline/laravel-blog","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/wingsline/laravel-blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingsline%2Flaravel-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingsline%2Flaravel-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingsline%2Flaravel-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingsline%2Flaravel-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wingsline","download_url":"https://codeload.github.com/wingsline/laravel-blog/tar.gz/refs/heads/2.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingsline%2Flaravel-blog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28402202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: 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","package","php"],"created_at":"2026-01-13T22:09:26.863Z","updated_at":"2026-01-13T22:09:27.567Z","avatar_url":"https://github.com/wingsline.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blog\n\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Total Downloads][ico-downloads]][link-downloads]\n[![Build Status][ico-travis]][link-travis]\n[![StyleCI][ico-styleci]][link-styleci]\n[![Quality Score][ico-scrutinizer]][link-scrutinizer]\n\nA simple blog package written for Laravel. Take a look at [contributing.md](contributing.md) to see a to do list.\n\n![Admin dashboard screenshot](https://wingsline.net/external-assets/laravel-blog-admin-overview.png)\n\n## Documentation\n\nTo learn all about it head over to [the extensive documentation](https://wingsline.net/docs/laravel-blog/) page.\n\n## Version Compatibility\n\n Laravel  | Blog\n:---------|:----------\n 6.x      | 1.x\n 7.x      | 2.x\n\n## Installation\n\nVia Composer\n\n``` bash\ncomposer require wingsline/blog\n```\n\nClone the your theme or the default theme into the theme folder:\n\n```bash\ngit clone https://github.com/wingsline/blog-theme.git theme\n```\n\nConfigure the Laravel installation, making sure the cache driver supports tags and the database is configured.\n\nThe default admin url is `/admin`, customize with the `ADMIN_PREFIX` in your `.env` file.\n\nRun the installer:\n\n```bash\nphp artisan blog:install\n```\n\nThe installer will publish the blog assets, default configuration files. Also it will migrate the database.\n\n\n## Usage\n\nYou can access your blog admin interface at `https://example.com/admin`.\n\nDefault login:\n\n* Username: `admin@example.com`\n* Password: `admin123`\n\nThe admin uses [EasyMde](https://github.com/Ionaru/easy-markdown-editor) as the content editor with the [michelf/php-markdown](https://github.com/michelf/php-markdown) parser.\n\n### Uploading images\n\nFor existing posts you can upload or drag and drop images (png, jpg) in the editor. \n\nFor new posts, you need to save the post first before uploading an image.\n\nOther filetype uploads currently are not supported.\n\n## Change log\n\nPlease see the [changelog](changelog.md) for more information on what has changed recently.\n\n## Testing\n\n``` bash\n$ composer test\n```\n\n## Contributing\n\nPlease see [contributing.md](contributing.md) for details and a todo list.\n\n## Security\n\nIf you discover any security related issues, please email wingsline@gmail.com instead of using the issue tracker.\n\n## Credits\n\n- [Arpad Olasz][link-author]\n- [All Contributors][link-contributors]\n\n## License\n\nMIT. Please see the [license file](license.md) for more information.\n\n[ico-version]: https://img.shields.io/packagist/v/wingsline/blog.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/wingsline/blog.svg?style=flat-square\n[ico-travis]: https://img.shields.io/travis/wingsline/laravel-blog/master.svg?style=flat-square\n[ico-styleci]: https://styleci.io/repos/219611248/shield\n[ico-scrutinizer]: https://img.shields.io/scrutinizer/g/wingsline/laravel-blog.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/wingsline/blog\n[link-downloads]: https://packagist.org/packages/wingsline/blog\n[link-travis]: https://travis-ci.org/wingsline/laravel-blog\n[link-styleci]: https://styleci.io/repos/219611248\n[link-author]: https://github.com/wingsline\n[link-contributors]: ../../contributors\n[link-scrutinizer]: https://scrutinizer-ci.com/g/wingsline/laravel-blog\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwingsline%2Flaravel-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwingsline%2Flaravel-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwingsline%2Flaravel-blog/lists"}