{"id":20408330,"url":"https://github.com/brackets-by-triad/craftable","last_synced_at":"2025-05-13T22:08:03.326Z","repository":{"id":24857518,"uuid":"102607181","full_name":"BRACKETS-by-TRIAD/craftable","owner":"BRACKETS-by-TRIAD","description":"Admin panel builder / CRUD generator for Laravel.","archived":false,"fork":false,"pushed_at":"2024-11-27T13:59:59.000Z","size":162,"stargazers_count":992,"open_issues_count":16,"forks_count":196,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-04-29T21:39:21.771Z","etag":null,"topics":["cms","craftable","crud","laravel","php"],"latest_commit_sha":null,"homepage":"https://getcraftable.com","language":"PHP","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/BRACKETS-by-TRIAD.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":["BRACKETS-by-TRIAD"]}},"created_at":"2017-09-06T12:44:07.000Z","updated_at":"2025-04-21T01:53:37.000Z","dependencies_parsed_at":"2022-07-15T13:47:18.501Z","dependency_job_id":"da662b60-56b5-4c62-9eba-2b985e267ff4","html_url":"https://github.com/BRACKETS-by-TRIAD/craftable","commit_stats":{"total_commits":174,"total_committers":19,"mean_commits":9.157894736842104,"dds":0.5804597701149425,"last_synced_commit":"b6e329014b272e2b545cfb5510950600bfec3b51"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BRACKETS-by-TRIAD%2Fcraftable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BRACKETS-by-TRIAD%2Fcraftable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BRACKETS-by-TRIAD%2Fcraftable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BRACKETS-by-TRIAD%2Fcraftable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BRACKETS-by-TRIAD","download_url":"https://codeload.github.com/BRACKETS-by-TRIAD/craftable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254036829,"owners_count":22003654,"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":["cms","craftable","crud","laravel","php"],"created_at":"2024-11-15T05:30:09.728Z","updated_at":"2025-05-13T22:07:58.291Z","avatar_url":"https://github.com/BRACKETS-by-TRIAD.png","language":"PHP","readme":"# 🔥 BIG NEWS 🔥\n\nWe have just released [Craftable PRO](https://craftable.pro) - the premium version of this popular open-source laravel admin panel builder. Pro version comes with fresh UI built on top of Tailwind, it uses latest Laravel and InertiaJS and ships with lot of [new features](https://craftable.pro/#features).\n\n---\n\n# Craftable - build admin panels with Laravel #\n\n- [About](#about)\n  - [Demo](#demo)\n  - [Packages used](#made-of-components)\n- [Requirements](#requirements)\n- [Installation](#installation)\n  - [New project](#new-craftable-project)\n  - [Add to existing project](#add-craftable-to-existing-project)\n- [Basics](#basics)\n- [Documentation](#documentation)\n- [Where to go next?](#where-to-go-next)\n\n## About ##\n\nHi Crafter, welcome to the official documentation for Craftable 6 - a Laravel-based open-source toolkit for building administration interfaces. It's an administration area minimalistic template. A starting point for developing back-office systems, intranets or a CMS systems.\n\n![Craftable administration area example](https://www.getcraftable.com/docs/5.0/images/posts-crud.png \"Craftable administration area example\")\n\nYou could call it CMS, but it's a very slim one, with as little content to manage as possible. It has:\n- UI - nice admin template based on CoreUI (http://coreui.io/)\n- CRUD generator\n- Authorization, My profile \u0026 Users CRUD\n- Translations manager\n- other helpers to quickly bootstrap your new administration area (Media Library, Admin Listing, etc.)\n\n### Demo ###\n\nWe have created a demo for you to play around at https://demo.getcraftable.com.\n\nUse these credentials to sign-in:\n- email: `demo@getcraftable.com`\n- password: `demo123`\n\nYou can see an administration of:\n- [Posts](https://demo.getcraftable.com/admin/posts) - this is the standard CRUD generated with `admin-generator` package\n- [Translatable Articles](https://demo.getcraftable.com/admin/translatable-articles) - this is the showcase for `translatable`eloquent models\n- [Manage access](https://demo.getcraftable.com/admin/users) - is a extended CRUD for the User (your existing eloquent model) management\n- [Translations](https://demo.getcraftable.com/admin/translations) - where you can manage the translations stored in the database\n\n### Made of components ###\n\nOur intent was to split all the stuff into several packages with as least dependencies as possible. This is what we're coming with at the moment:\n- [Admin UI](https://getcraftable.com/docs/5.0/user-interface) - admin template (CoreUI assets, blades, Vue)\n- [Admin Generator](https://getcraftable.com/docs/5.0/explore-generator) - CRUD generator for Eloquent models\n- [Admin Authentication](https://getcraftable.com/docs/5.0/auth) - ability to authenticate into Admin area\n- [Translatable](https://getcraftable.com/docs/5.0/translatable) - ability to have translatable content (extending Laravel's default Localization)\n- [Admin Listing](https://getcraftable.com/docs/5.0/listing) - ability to quickly build a query for administration listing for your Eloquent models\n- [Media Library](https://getcraftable.com/docs/5.0/media) - ability to attach media to eloquent models\n- [Admin Translations](https://getcraftable.com/docs/5.0/translations) - translation manager (with UI)\n\nCraftable uses all the packages above. It also uses some other 3rd party packages (like Spatie's `spatie/laravel-permission`) and provides some basic default configuration to speed up a development of a typical administration interface.\n\n## Requirements ##\n\nCraftable requires:\n- PHP 7.4+\n- Supported databases:\n  - MySQL 5.7+\n  - PostgreSQL 9.5+\n- npm 5.3+\n- node 8.4+\n\nCraftable uses Laravel so you should check out its requirements too. It is compatible with Laravel 8:\n- https://laravel.com/docs/8.x/installation#server-requirements\n\n## Installation ##\n\n### New Craftable project ###\n\nIf you want to start on fresh Laravel, you can use our `brackets/craftable-installer` that do all the tricks for you. Let's install it globally:\n```bash\ncomposer global require \"brackets/craftable-installer\"\n```\n\nCreate an empty database of your choice (PostgreSQL or MySQL).\n\nNow you can create a new Craftable project:\n```bash\ncraftable new my_project\n```\n\nThis will install Craftable using latest Laravel version (currently 6). If you prefer tu use latest LTS Laravel version (currently also 6), use `--lts` flag:\n```bash\ncraftable new --lts my_project\n```\n\nThe commands is going to ask for a database settings and then it will setup everything (install all dependencies, publish all important vendor configs, migrate, setup some configs, webpack config and run migrations).\n\n\nCommand is going to generate and **print the password for the default administrator** account. Save this password to your clipboard, we are going to need it soon.\n\n### Add Craftable to existing project ###\n\nOr alternatively, you can use your existing Laravel application. Start with requiring these two main packages:\n\n```bash\ncomposer require brackets/craftable\ncomposer require --dev brackets/admin-generator\n```\n\nTo install this package use:\n```bash\nphp artisan craftable:install\n```\n\nThis is going to install all dependencies, publish all important vendor configs, migrate, setup some configs, webpack config and run migrations.\n\nCommand is going to generate and **print the password for the default administrator** account. Save this password to your clipboard, we are going to need it soon.\n\n## Basics ##\n\nOnce installed, navigate your browser to `/admin/login`. You should be able to see a login screen.\n\n![Admin login form](https://docs.getcraftable.com/assets/login-form.png \"Admin login form\")\n\nUse these credentials to log in:\n- E-mail: `administrator@brackets.sk`\n- Password: use password from you clipboard (it was printed in the end of the `craftable:install` command)\n\nAfter authorization you should be able to see a default homepage and two menu items:\n- Manage access\n- Translations\n\n![Admin homepage](https://docs.getcraftable.com/assets/admin-home.png \"Admin homepage\")\n\n## Documentation ##\n\nYou can find full documentation of this package and other our packages Craftable uses at https://docs.getcraftable.com/#/craftable.\n\n## Where to go next? ##\n\nAt this point you are ready to start building your administration area. You probably want to start building a typical CRUD interface for your eloquent models. You should definitely check our [Admin Generator](https://getcraftable.com/docs/5.0/explore-generator) documentation.\n\nIn case you rather want to create some atypical custom made administration, then you probably want to head over to [Admin UI](https://getcraftable.com/docs/5.0/user-interface) package.\n\nHave fun \u0026 craft something awesome!\n\n## How to contribute:\n\n- Drop a :star: on the Github repository (optional)\u003cbr/\u003e\n\n- Before Contribute Please read [CONTRIBUTING.md](https://github.com/BRACKETS-by-TRIAD/craftable/blob/master/CONTRIBUTING.md) and [CODE_OF_CONDUCT.md](https://github.com/BRACKETS-by-TRIAD/craftable/blob/master/CODE_OF_CONDUCT.md).\n\n- Create an issue of the project or a feature you would like to add in the project and get the task assigned for youself.(Issue can be any bug fixes or any feature you want to add in this project).\n\n- Fork the repo to your Github.\u003cbr/\u003e\n\n- Clone the Repo by going to your local Git Client in a particular local folder in your local machine by using this command with your forked repository link in place of below given link: \u003cbr/\u003e\n  `git clone https://github.com/BRACKETS-by-TRIAD/craftable`\n- Create a branch using below command.\n  `git branch \u003cyour branch name\u003e`\n- Checkout to your branch.\n  `git checkout \u003cyour branch name\u003e`\n- Add your code in your local machine folder.\n  `git add . `\n- Commit your changes.\n  `git commit -m\"\u003cadd your message here\u003e\"`\n- Push your changes.\n  `git push --set-upstream origin \u003cyour branch name\u003e`\n\n- Make a pull request! (compare your branch with the owner main branch)\n\n## Contributors🌟\n\u003cbr\u003e\n\u003ch3 align=\"center\"\u003e\n \u003cb\u003eKudos to these amazing people\n\u003ch3\u003e\n\u003ca href=\"https://github.com/BRACKETS-by-TRIAD/craftable/graphs/contributors\"\u003e\n\n  \u003cimg src=\"https://contrib.rocks/image?repo=BRACKETS-by-TRIAD/craftable\u0026\u0026max=817\" /\u003e\n\n\u003c/a\u003e\n\u003cbr\u003e\n\n## Licence\nMIT Licence. Refer to the [LICENSE](https://github.com/BRACKETS-by-TRIAD/craftable/blob/master/LICENSE) file to get more info.\n","funding_links":["https://github.com/sponsors/BRACKETS-by-TRIAD"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrackets-by-triad%2Fcraftable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrackets-by-triad%2Fcraftable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrackets-by-triad%2Fcraftable/lists"}