PHPackages                             ginkida/craftable - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. ginkida/craftable

Abandoned → Craftable PRO (get at www.craftable.pro)Project[Admin Panels](/categories/admin)

ginkida/craftable
=================

Administration toolkit for Laravel 11 - starting point for developing administration interface

00PHP

Since Dec 4Pushed 1y agoCompare

[ Source](https://github.com/ginkida/craftable)[ Packagist](https://packagist.org/packages/ginkida/craftable)[ RSS](/packages/ginkida-craftable/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

🔥 BIG NEWS 🔥
============

[](#-big-news-)

We 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).

---

Craftable - build admin panels with Laravel
===========================================

[](#craftable---build-admin-panels-with-laravel)

- [About](#about)
    - [Demo](#demo)
    - [Packages used](#made-of-components)
- [Requirements](#requirements)
- [Installation](#installation)
    - [New project](#new-craftable-project)
    - [Add to existing project](#add-craftable-to-existing-project)
- [Basics](#basics)
- [Documentation](#documentation)
- [Where to go next?](#where-to-go-next)

About
-----

[](#about)

Hi 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.

[![Craftable administration area example](https://camo.githubusercontent.com/2852d0e9664b770faf9c6abfbbdc0e2ac5139060b58f63ce56769d9a792eca2f/68747470733a2f2f7777772e676574637261667461626c652e636f6d2f646f63732f352e302f696d616765732f706f7374732d637275642e706e67 "Craftable administration area example")](https://camo.githubusercontent.com/2852d0e9664b770faf9c6abfbbdc0e2ac5139060b58f63ce56769d9a792eca2f/68747470733a2f2f7777772e676574637261667461626c652e636f6d2f646f63732f352e302f696d616765732f706f7374732d637275642e706e67)

You could call it CMS, but it's a very slim one, with as little content to manage as possible. It has:

- UI - nice admin template based on CoreUI ()
- CRUD generator
- Authorization, My profile &amp; Users CRUD
- Translations manager
- other helpers to quickly bootstrap your new administration area (Media Library, Admin Listing, etc.)

### Demo

[](#demo)

We have created a demo for you to play around at .

Use these credentials to sign-in:

- email: `demo@getcraftable.com`
- password: `demo123`

You can see an administration of:

- [Posts](https://demo.getcraftable.com/admin/posts) - this is the standard CRUD generated with `admin-generator` package
- [Translatable Articles](https://demo.getcraftable.com/admin/translatable-articles) - this is the showcase for `translatable`eloquent models
- [Manage access](https://demo.getcraftable.com/admin/users) - is a extended CRUD for the User (your existing eloquent model) management
- [Translations](https://demo.getcraftable.com/admin/translations) - where you can manage the translations stored in the database

### Made of components

[](#made-of-components)

Our 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:

- [Admin UI](https://getcraftable.com/docs/5.0/user-interface) - admin template (CoreUI assets, blades, Vue)
- [Admin Generator](https://getcraftable.com/docs/5.0/explore-generator) - CRUD generator for Eloquent models
- [Admin Authentication](https://getcraftable.com/docs/5.0/auth) - ability to authenticate into Admin area
- [Translatable](https://getcraftable.com/docs/5.0/translatable) - ability to have translatable content (extending Laravel's default Localization)
- [Admin Listing](https://getcraftable.com/docs/5.0/listing) - ability to quickly build a query for administration listing for your Eloquent models
- [Media Library](https://getcraftable.com/docs/5.0/media) - ability to attach media to eloquent models
- [Admin Translations](https://getcraftable.com/docs/5.0/translations) - translation manager (with UI)

Craftable 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.

Requirements
------------

[](#requirements)

Craftable requires:

- PHP 7.4+
- Supported databases:
    - MySQL 5.7+
    - PostgreSQL 9.5+
- npm 5.3+
- node 8.4+

Craftable uses Laravel so you should check out its requirements too. It is compatible with Laravel 8:

-

Installation
------------

[](#installation)

### New Craftable project

[](#new-craftable-project)

If 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:

```
composer global require "brackets/craftable-installer"
```

Create an empty database of your choice (PostgreSQL or MySQL).

Now you can create a new Craftable project:

```
craftable new my_project
```

This will install Craftable using latest Laravel version (currently 6). If you prefer tu use latest LTS Laravel version (currently also 6), use `--lts` flag:

```
craftable new --lts my_project
```

The 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).

Command 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.

### Add Craftable to existing project

[](#add-craftable-to-existing-project)

Or alternatively, you can use your existing Laravel application. Start with requiring these two main packages:

```
composer require brackets/craftable
composer require --dev brackets/admin-generator
```

To install this package use:

```
php artisan craftable:install
```

This is going to install all dependencies, publish all important vendor configs, migrate, setup some configs, webpack config and run migrations.

Command 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.

Basics
------

[](#basics)

Once installed, navigate your browser to `/admin/login`. You should be able to see a login screen.

[![Admin login form](https://camo.githubusercontent.com/4b3f24e0cb4584ec7586093e56f8c83fd5e6988c9233dcc44ea84d9fbedb5de4/68747470733a2f2f646f63732e676574637261667461626c652e636f6d2f6173736574732f6c6f67696e2d666f726d2e706e67 "Admin login form")](https://camo.githubusercontent.com/4b3f24e0cb4584ec7586093e56f8c83fd5e6988c9233dcc44ea84d9fbedb5de4/68747470733a2f2f646f63732e676574637261667461626c652e636f6d2f6173736574732f6c6f67696e2d666f726d2e706e67)

Use these credentials to log in:

- E-mail: `administrator@brackets.sk`
- Password: use password from you clipboard (it was printed in the end of the `craftable:install` command)

After authorization you should be able to see a default homepage and two menu items:

- Manage access
- Translations

[![Admin homepage](https://camo.githubusercontent.com/9e72a5e32b80d290cc0312347b0aa4ca1a0182f17e29b8a7937ed8a41d83a12f/68747470733a2f2f646f63732e676574637261667461626c652e636f6d2f6173736574732f61646d696e2d686f6d652e706e67 "Admin homepage")](https://camo.githubusercontent.com/9e72a5e32b80d290cc0312347b0aa4ca1a0182f17e29b8a7937ed8a41d83a12f/68747470733a2f2f646f63732e676574637261667461626c652e636f6d2f6173736574732f61646d696e2d686f6d652e706e67)

Documentation
-------------

[](#documentation)

You can find full documentation of this package and other our packages Craftable uses at .

Where to go next?
-----------------

[](#where-to-go-next)

At 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.

In 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.

Have fun &amp; craft something awesome!

How to contribute:
------------------

[](#how-to-contribute)

- Drop a ⭐ on the Github repository (optional)
- 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).
- 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).
- Fork the repo to your Github.
- 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:
    `git clone https://github.com/BRACKETS-by-TRIAD/craftable`
- Create a branch using below command. `git branch `
- Checkout to your branch. `git checkout `
- Add your code in your local machine folder. `git add . `
- Commit your changes. `git commit -m""`
- Push your changes. `git push --set-upstream origin `
- Make a pull request! (compare your branch with the owner main branch)

Contributors🌟
-------------

[](#contributors)

###  **Kudos to these amazing people ### [ ![](https://camo.githubusercontent.com/9f19ff5f4a1eba1d3e7d330c81d3e195ca7674f927f8a2062ffc8bdc5e314bf9/68747470733a2f2f636f6e747269622e726f636b732f696d6167653f7265706f3d425241434b4554532d62792d54524941442f637261667461626c6526266d61783d383137)](https://github.com/BRACKETS-by-TRIAD/craftable/graphs/contributors)

Licence
-------**

MIT Licence. Refer to the [LICENSE](https://github.com/BRACKETS-by-TRIAD/craftable/blob/master/LICENSE) file to get more info.

[](#-kudos-to-these-amazing-people--licencemit-licence-refer-to-the-license-file-to-get-more-info)

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/ba0c9aab146070fb40149689ab72d0b97cafc9b8ccb6336848fe9bcc676f71df?d=identicon)[ginkida](/maintainers/ginkida)

---

Top Contributors

[![palypster](https://avatars.githubusercontent.com/u/2362237?v=4)](https://github.com/palypster "palypster (87 commits)")[![dejwCake](https://avatars.githubusercontent.com/u/22255647?v=4)](https://github.com/dejwCake "dejwCake (57 commits)")[![RichardDominik](https://avatars.githubusercontent.com/u/13850339?v=4)](https://github.com/RichardDominik "RichardDominik (17 commits)")[![strstensky](https://avatars.githubusercontent.com/u/39539367?v=4)](https://github.com/strstensky "strstensky (11 commits)")[![matejminar](https://avatars.githubusercontent.com/u/9060071?v=4)](https://github.com/matejminar "matejminar (8 commits)")[![timoransky](https://avatars.githubusercontent.com/u/15653065?v=4)](https://github.com/timoransky "timoransky (4 commits)")[![ginkida](https://avatars.githubusercontent.com/u/3363127?v=4)](https://github.com/ginkida "ginkida (4 commits)")[![erikgreasy](https://avatars.githubusercontent.com/u/51275432?v=4)](https://github.com/erikgreasy "erikgreasy (3 commits)")[![subalee](https://avatars.githubusercontent.com/u/4430384?v=4)](https://github.com/subalee "subalee (2 commits)")[![epixian](https://avatars.githubusercontent.com/u/38962121?v=4)](https://github.com/epixian "epixian (2 commits)")[![sb-decoder](https://avatars.githubusercontent.com/u/108983339?v=4)](https://github.com/sb-decoder "sb-decoder (2 commits)")[![WayneBrummer](https://avatars.githubusercontent.com/u/4981767?v=4)](https://github.com/WayneBrummer "WayneBrummer (1 commits)")[![sdudasko](https://avatars.githubusercontent.com/u/44343569?v=4)](https://github.com/sdudasko "sdudasko (1 commits)")

### Embed Badge

![Health badge](/badges/ginkida-craftable/health.svg)

```
[![Health](https://phpackages.com/badges/ginkida-craftable/health.svg)](https://phpackages.com/packages/ginkida-craftable)
```

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
