{"id":20779287,"url":"https://github.com/bolt/extensions-site","last_synced_at":"2026-03-19T17:29:26.016Z","repository":{"id":41949231,"uuid":"241687937","full_name":"bolt/extensions-site","owner":"bolt","description":"The repository for the Extensions site.","archived":false,"fork":false,"pushed_at":"2023-11-17T13:52:28.000Z","size":3636,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-18T08:38:09.432Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Twig","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/bolt.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":"2020-02-19T18:03:07.000Z","updated_at":"2021-10-08T14:06:43.000Z","dependencies_parsed_at":"2025-01-18T08:32:16.929Z","dependency_job_id":"6b2ee971-3a50-4eeb-a058-f33aade3a9b8","html_url":"https://github.com/bolt/extensions-site","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolt%2Fextensions-site","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolt%2Fextensions-site/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolt%2Fextensions-site/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bolt%2Fextensions-site/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bolt","download_url":"https://codeload.github.com/bolt/extensions-site/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243119656,"owners_count":20239344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-17T13:27:06.250Z","updated_at":"2025-12-25T11:17:49.842Z","avatar_url":"https://github.com/bolt.png","language":"Twig","funding_links":[],"categories":[],"sub_categories":[],"readme":"Bolt 4 standard project skeleton\n================================\n\nWelcome! This is a Bolt 4 project, set up using `composer create-project`. If\nyou are the developer of this project, you can modify this README to the\nspecifics of your project. Below are the general instructions to set up a _new_\nproject, based off the same skeleton.\n\n\nNote: If you're updating from an earlier beta, read UPDATE.md for details.\n\n---\n\nSet up a new Bolt 4 project, using the following command, replacing\n`myprojectname` with your desired project's name.\n\n```bash\ncomposer create-project bolt/project myprojectname\n```\n\nNavigate into the newly created folder, and configure the database in `.env`.\nYou can skip this step, if you'd like to use SQLite.\n\n```dotenv\n# SQLite\nDATABASE_URL=sqlite:///%kernel.project_dir%/var/data/bolt.sqlite\n\n# MySQL\nDATABASE_URL=mysql://root:\"root%1\"@127.0.0.1:3306/four\n```\n\nSet up the database, create the first user and add fixtures (dummy content):\n\n```bash\nbin/console bolt:setup\n```\n\nRun Bolt using the built-in webserver, Symfony CLI, Docker or your own\npreferred webserver:\n\n```bash\nbin/console server:start\n```\n\nor…\n\n```bash\nsymfony server:start -d\nsymfony open:local\n```\n\nor…\n\n```bash\nmake docker-install\n```\n\nFinally, open the new installation in a browser. If you've used one of the\ncommands above, you'll find the frontpage at http://127.0.0.1:8000/ \\\nThe Bolt admin panel can be found at http://127.0.0.1:8000/bolt\n\nLog in using the credentials you created when setting up the first user.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbolt%2Fextensions-site","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbolt%2Fextensions-site","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbolt%2Fextensions-site/lists"}