{"id":21556924,"url":"https://github.com/kacpergorec/amber","last_synced_at":"2026-04-13T23:33:19.784Z","repository":{"id":263056466,"uuid":"889215709","full_name":"kacpergorec/amber","owner":"kacpergorec","description":"UX-First CMS powered by Laravel 11 and Livewire","archived":false,"fork":false,"pushed_at":"2024-11-23T16:07:15.000Z","size":441,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T03:24:11.139Z","etag":null,"topics":["cms","laravel","php8","symfony"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kacpergorec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-11-15T20:49:24.000Z","updated_at":"2024-11-29T15:53:47.000Z","dependencies_parsed_at":"2025-01-24T10:37:59.123Z","dependency_job_id":null,"html_url":"https://github.com/kacpergorec/amber","commit_stats":null,"previous_names":["kacpergorec/amber"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kacpergorec/amber","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kacpergorec%2Famber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kacpergorec%2Famber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kacpergorec%2Famber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kacpergorec%2Famber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kacpergorec","download_url":"https://codeload.github.com/kacpergorec/amber/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kacpergorec%2Famber/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31775886,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"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":["cms","laravel","php8","symfony"],"created_at":"2024-11-24T08:10:21.336Z","updated_at":"2026-04-13T23:33:19.740Z","avatar_url":"https://github.com/kacpergorec.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!CAUTION]\n\u003e Before working with this repo, please read the [Disclaimer](#-disclaimer) and [Known limitations](#-known-limitations) sections.\n\n---\n\n\u003cp align=\"center\"\u003e\u003ca href=\"https://deploys.pl\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://i.ibb.co/72VzznX/amber.png\" width=\"200\" alt=\"Amber CMS Logo\"\u003e\n\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/status-active-darkforestgreen\"\u003e\n\u003ca href=\"https://github.com/kacpergorec/amber/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-GPL_3.0-blue\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nAmber CMS is a UX-first content management system built with **Laravel 11** and **Livewire**. It combines modern development practices with an emphasis on user experience, making it both a powerful and accessible solution for managing content.\n\n## Features\n- **Livewire-Powered Interactions**: Seamless, reactive UI components for an enhanced user experience.\n- **Laravel 11**: Built on the latest version of Laravel, offering cutting-edge performance and security.\n- **Focus on UX**: Every feature is designed with user experience in mind.\n- **Fully accesible and responsive**: Built with accessibility and responsiveness in mind.\n\n## Configuration\n```Bash\ncp compose.override.yml.dist compose.override.yml\n```\n\n## Installation with Makefile\n```Bash\nmake init\n```\n\n## Running the application\n```Bash\nmake run\n```\n\n## Installation via Docker only\n```Bash\n# Create network if doesnt exist\ndocker network create amber-cms\n```\n\n```Bash\n# Initialize Docker Environment\ndocker-compose up -d\n\n# DB\ndocker-compose exec app php artisan migrate\ndocker-compose exec app php artisan db:seed\n\n# Composer and npm\ndocker-compose exec app composer install\ndocker-compose exec app npm install\n\n# Build CMS frontend (Tailwind, DaisyUI, additional scripts)\ndocker-compose exec app npm run build\n\n```\n\n## Tools\n```Bash\nmake prettier\n\n# Testing (.env.testing)\nmake create-testing-db\nmake run-tests\n```\n\n```Bash\ndocker-compose exec app npm run prettier\n\n# Create testing database manually (.env.testing)\ndocker-compose exec app php artisan test --coverage\n```\n\n## Feature Roadmap\n\n##### Stage 1\n- [ ] User management, roles, permissions\n- [ ] Pages and Sections\n- [ ] Simple one-template system (Frontend)\n\n##### Stage 2\n- [ ] Media management\n- [ ] Website settings\n- [ ] SEO settings\n- [ ] User settings\n- [ ] Exporting pages to static HTML and serving them\n\n##### Stage 3\n- [ ] Templating system\n- [ ] Separate Core logic from Development logic\n- [ ] Publish to Packagist\n\n##### Stage 4 (Post release)\n- [ ] Custom field filtering\n- [ ] Headless CMS Backend\n\n## ❗ Known limitations\nWhile this project is functional, it is not yet optimized for production in highly demanding environments. Contributions, feedback, and bug reports are welcome!\n\n## ❗ Disclaimer\nAmber CMS is primarily a learning project. **My background is in Symfony**, and I’m using this opportunity to expand my skill set in Laravel and Livewire.\n\nThat said, Amber CMS also serves a practical purpose: it ~~powers~~ **will power** [deploys.pl](https://deploys.pl), my personal website.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkacpergorec%2Famber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkacpergorec%2Famber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkacpergorec%2Famber/lists"}