Craftable consits of many packages, each of them having its own repository. You can take a closer look into each of them bellow:
- Admin UI - admin template (CoreUI assets, blades, Vue)
- Admin Generator - CRUD generator for Eloquent models
- Admin Auth - ability to authenticate into Admin area
- Translatable - ability to have translatable content (extending Laravel's default Localization)
- Admin Listing - ability to quickly build a query for administration listing for your Eloquent models
- Media Library - ability to attach media to eloquent models
- Admin Translations - translation manager (with UI)
Mostly all of the issues are centralized in this repository. There are always some long running issues with bugs or some enchancements. If issue doesn't have a linked repository, feel free to ask for help! If there is nothing interesting for you, feel free to create a new issue.
During Hacktoberfest, there are also curated issues easy to take on marked as hacktoberfest
.
- Fork the selected repository you want to contribute to
- Preferably create a new branch
- Make your changes
- Submit pull request
- Wait for our review
- ???
- Profit!