Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bobdenotter/bolt-roadmap
A small repo to keep track of the Bolt 4 Roadmap
https://github.com/bobdenotter/bolt-roadmap
Last synced: 25 days ago
JSON representation
A small repo to keep track of the Bolt 4 Roadmap
- Host: GitHub
- URL: https://github.com/bobdenotter/bolt-roadmap
- Owner: bobdenotter
- License: mit
- Created: 2018-11-29T15:36:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T21:15:31.000Z (over 1 year ago)
- Last Synced: 2024-05-01T20:38:23.065Z (6 months ago)
- Language: PHP
- Size: 1.02 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bolt Roadmap
------------A repo to keep track of the Bolt Roadmap.
- Github Repository: https://github.com/bolt/core
- Bolt 4 Milestone issues: https://bit.ly/bolt4-roadmap
- The roadmap itself: https://roadmap.boltcms.io
Installation
------------
- Clone repo
- Run `composer install`
- Run `bin/console app:github` to fetch data
> Note that to run `bin/console app:github` you must use one of the following authentication methods:
1. **Token authentication** by adding your personal Github token to the `GITHUB_SECRET` environment variable in the `.env` file.
2. **Username/Password** by setting your username on `GITHUB_USERNAME` and your password on `GITHUB_SECRET` environment variables in the `.env` file. __This method will not work if you have Two Factor Authentication enabled.__
- Run `bin/console server:start` to start a webserver, and see the results in a browser