{"id":15908068,"url":"https://github.com/centagon/build-core","last_synced_at":"2026-05-17T19:31:53.368Z","repository":{"id":62500663,"uuid":"73133333","full_name":"centagon/build-core","owner":"centagon","description":"Feature packed Laravel CMF for rapid website development.","archived":false,"fork":false,"pushed_at":"2019-01-22T09:54:27.000Z","size":5257,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T00:23:49.307Z","etag":null,"topics":["cms","laravel"],"latest_commit_sha":null,"homepage":"https://centagon.github.io/build-core","language":"JavaScript","has_issues":true,"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/centagon.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-08T00:25:29.000Z","updated_at":"2019-01-22T09:54:29.000Z","dependencies_parsed_at":"2022-11-02T10:00:57.122Z","dependency_job_id":null,"html_url":"https://github.com/centagon/build-core","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/centagon/build-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centagon%2Fbuild-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centagon%2Fbuild-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centagon%2Fbuild-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centagon%2Fbuild-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/centagon","download_url":"https://codeload.github.com/centagon/build-core/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centagon%2Fbuild-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33151714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["cms","laravel"],"created_at":"2024-10-06T14:09:14.225Z","updated_at":"2026-05-17T19:31:53.353Z","avatar_url":"https://github.com/centagon.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Build Core for Laravel\n\n[![Total Downloads](https://poser.pugx.org/centagon/build-core/downloads.png)](https://packagist.org/packages/centagon/build-core)\n[![Build Status](https://img.shields.io/travis/centagon/build-core/master.svg?style=flat-square)](https://travis-ci.org/centagon/build-core)\n[![License](https://poser.pugx.org/centagon/build-core/license.png)](https://packagist.org/packages/centagon/build-core)\n\n## Getting started\n\nAdd Build Core to your composer.json file:\n\n```\n\"require\": {\n    \"centagon/build-core\": \"^1.0\"\n}\n```\n\nUse composer to install this package.\n\n```\n$ composer update\n```\n\n### Registering the package\n\n```\n'providers' =\u003e [\n\t// ...\n\tBuild\\Core\\ServiceProvider::class\n]\n```\n\n### Updating the Application Kernel\n\nOpen your `app/Http/Kernel.php` file and add the following trait to the top of the class:\n\n```\nclass Kernel extends HttpKernel\n{\n    use \\Build\\Core\\Http\\Kernel;\n    // ...\n}\n```\n\n### Using the Build User instead of the Laravel user.\n\nOpen the `config/auth.php` file and replace the user model with `Build\\Core\\Eloquent\\Models\\User` like so:\n\n```\n'providers' =\u003e [\n\t'users' =\u003e [\n\t\t'driver' =\u003e 'eloquent',\n\t\t'model' =\u003e Build\\Core\\Eloquent\\Models\\User::class,\n\t],\n],\n```\n\n## Documentation\n\nDocumentation can be [found here](https://centagon.github.io/build-core/).\n\n## Contributing\n\nHave a bug? Please create an issue here on GitHub that conforms with\n[our contributing guidelines](https://github.com/centagon/guidelines/blob/master/contributing.md).\nYou can also browse the [Help Wanted](https://github.com/centagon/primer/labels/help%20wanted)\ntag in our issue tracker to find things to do.\n\n## Security\n\nIf you discover a security vulnerability within this package, please send an e-mail directly to the Centagon\nDevelopers at [developers@centagon.com](mailto:developers@centagon.com). All security vulnerabilities will be\npromptly addressed.\n\n## License\n\nThis package is available under the [MIT license](https://github.com/centagon/primer/blob/master/LICENSE).\n\nCopyright (c) 2016 Centagon, B.V.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcentagon%2Fbuild-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcentagon%2Fbuild-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcentagon%2Fbuild-core/lists"}