PHPackages                             ametsuramet/suprb-cms-builder - 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. ametsuramet/suprb-cms-builder

ActiveLibrary[Admin Panels](/categories/admin)

ametsuramet/suprb-cms-builder
=============================

CMS Builder for Laravel 5.7+

v1.0(7y ago)11801[1 issues](https://github.com/ametsuramet/suprb-cms-builder/issues)MITPHP

Since Oct 24Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ametsuramet/suprb-cms-builder)[ Packagist](https://packagist.org/packages/ametsuramet/suprb-cms-builder)[ RSS](/packages/ametsuramet-suprb-cms-builder/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (5)Versions (2)Used By (0)

SUPRB CMS BUILDER
=================

[](#suprb-cms-builder)

INSTALL
-------

[](#install)

**So easy to install!** Install with composer:

```
composer require "ametsuramet/suprb-cms-builder:dev-master"
```

PUBLISH CMS JSON FILE
---------------------

[](#publish-cms-json-file)

```
php artisan vendor:publish --tag=cmsbuilder-json --force
```

EDIT JSON FILE
--------------

[](#edit-json-file)

edit *cmsbuilder.json*

```
[
	{
		"name": "Book",
		"softdelete": false,
		"primaryKey": null,
		"resource": true,
		"relations": [
			{"type": "belongs_to", "target":"Category"}
		],
		"schema": [
			{
				"field": "title",
				"type": "string",
				"nullable": true,
				"searchable": true,
				"default": "NULL",
				"form_type": "text",
				"options": []
			},
			{
				"field": "description",
				"type": "text",
				"nullable": true,
				"searchable": true,
				"default": "NULL",
				"form_type": "textarea",
				"options": []
			},
			{
				"field": "picture",
				"type": "string",
				"nullable": true,
				"searchable": false,
				"default": "NULL",
				"form_type": "file",
				"options": []
			},
			{
				"field": "author_id",
				"type": "integer:unsigned",
				"nullable": true,
				"searchable": false,
				"default": "NULL",
				"form_type": "select",
				"options": [
					{"value": 1, "label": "user 1"},
					{"value": 2, "label": "user 2"}
				]
			},
			{
				"field": "category_id",
				"type": "integer:unsigned",
				"nullable": true,
				"searchable": false,
				"default": "NULL",
				"form_type": "select",
				"options": []
			},
			{
				"field": "publish",
				"type": "boolean",
				"nullable": true,
				"searchable": false,
				"default": "true",
				"form_type": "radio",
				"options": [
					{"value": 1, "label": "option 1"},
					{"value": 2, "label": "option 2"}
				]
			}
		]
	}
]
```

USE
---

[](#use)

Generate CMS

```
php artisan cms:generate
```

### TODO

[](#todo)

- MIGRATION
- MODEL
- VIEW
- CONTROLLER
- ROUTE
- REQUEST
- PERMISSION
- JWT-Support
- Swagger-Support
- Faker
- Socialite
- Update Feature

### CREDITS

[](#credits)

- [Laravel-AdminLTE](https://github.com/jeroennoten/Laravel-AdminLTE).
- [Laracast Flash](https://github.com/laracasts/flash).
- [Laravel Permission](https://github.com/spatie/laravel-permission).
- [Laravel Sluggable](https://github.com/spatie/laravel-sluggable).
- [Unisharp Laravel Filemanager](https://github.com/unisharp/laravel-filemanager).
- [Predis](https://github.com/nrk/predis).
- [Laravel Socialite](https://github.com/laravel/socialite).
- [Laravel JWT Auth](https://github.com/tymondesigns/jwt-auth).
- [Laravel Collective](https://laravelcollective.com/).

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2754d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7141326?v=4)[ametsuramet](/maintainers/ametsuramet)[@ametsuramet](https://github.com/ametsuramet)

---

Top Contributors

[![ametsuramet](https://avatars.githubusercontent.com/u/7141326?v=4)](https://github.com/ametsuramet "ametsuramet (43 commits)")

### Embed Badge

![Health badge](/badges/ametsuramet-suprb-cms-builder/health.svg)

```
[![Health](https://phpackages.com/badges/ametsuramet-suprb-cms-builder/health.svg)](https://phpackages.com/packages/ametsuramet-suprb-cms-builder)
```

###  Alternatives

[arbory/arbory

Administration interface for Laravel

4752.8k3](/packages/arbory-arbory)[weblabormx/laravel-front

Front is a administration panel for Laravel. It allows you to create CRUD easily in minutes. It allows to fully customize any part of the code.

1111.1k](/packages/weblabormx-laravel-front)

PHPackages © 2026

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