backstage / cms
Fund package maintenance!
vormkracht10
Installs: 21
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 0
pkg:composer/backstage/cms
Requires
- php: ^8.2
- backstage/fields: ^0.8.0
- backstage/media: ^0
- backstage/redirects: dev-release/1.x
- backstage/translations: ^0.4.1
- baspa/laravel-timezones: ^1.2
- codewithdennis/filament-select-tree: ^4.0
- filament/filament: ^4.0
- nette/php-generator: ^4.1
- saade/filament-adjacency-list: ^4.0
- spatie/laravel-package-tools: ^1.18
- spatie/once: ^3.1
- spatie/schema-org: ^3.23
- staudenmeir/laravel-adjacency-list: ^1.0
Requires (Dev)
- larastan/larastan: ^3.0
- laravel/pint: ^1.0
- nunomaduro/collision: ^8.0
- orchestra/testbench: ^9.0
- pestphp/pest: ^3.7
- pestphp/pest-plugin-arch: ^3.0
- pestphp/pest-plugin-laravel: ^3.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^2.0
- phpstan/phpstan-phpunit: ^2.0
- dev-main
- v1.0.0
- v1.0.0-beta.4
- v1.0.0-beta.3
- v0.6.2
- v0.6.1
- v0.6.0
- v0.5.8
- v0.5.7
- v0.5.6
- v0.5.5
- v0.5.4
- v0.5.3
- v0.5.2
- v0.5.1
- v0.5.0
- v0.4.9
- v0.4.8
- v0.4.7
- v0.4.6
- v0.4.5
- v0.4.4
- v0.4.3
- v0.4.2
- v0.4.1
- v0.4.0
- v0.3.28
- v0.3.27
- v0.3.26
- v0.3.25
- v0.3.24
- v0.3.23
- v0.3.22
- v0.3.21
- v0.3.20
- v0.3.19
- v0.3.18
- v0.3.17
- v0.3.16
- v0.3.15
- v0.3.14
- v0.3.13
- v0.3.12
- v0.3.11
- v0.3.10
- v0.3.9
- v0.3.8
- v0.3.7
- v0.3.6
- v0.3.5
- v0.3.4
- v0.3.3
- v0.3.2
- v0.3.1
- v0.3.0
- v0.2.23
- v0.2.22
- v0.2.21
- v0.2.20
- v0.2.19
- v0.2.18
- v0.2.17
- v0.2.16
- v0.2.15
- v0.2.14
- v0.2.13
- v0.2.12
- v0.2.11
- v0.2.10
- v0.2.9
- v0.2.8
- v0.2.7
- v0.2.6
- v0.2.5
- v0.2.4
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.12
- v0.1.11
- v0.1.10
- v0.1.9
- v0.1.8
- v0.1.7
- v0.1.6
- v0.1.5
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
- v0.0.26
- v0.0.25
- v0.0.24
- v0.0.23
- v0.0.22
- v0.0.21
- v0.0.20
- v0.0.19
- v0.0.18
- v0.0.17
- v0.0.16
- v0.0.15
- v0.0.14
- v0.0.13
- v0.0.12
- v0.0.11
- v0.0.10
- v0.0.9
- v0.0.8
- v0.0.7
- v0.0.6
- v0.0.5
- v0.0.4
- v0.0.3
- v0.0.2
- v0.0.1
- dev-feat/media
- dev-feature/subtree-monorepo
- dev-feat/show-only-public-content-meta-tags
- dev-feat/form-schemas
- dev-feat/mcp-server
- dev-markvaneijk-patch-1
- dev-fix/only-decode-repeaters-and-builders
- dev-feat/default-content-language-and-fileupload-handling
- dev-feature/operational-translations
- dev-feat/180-related-content-doesnt-fill-form-correctly
- dev-feature/morph-content-translations
- dev-Baspa-patch-1
- dev-feature/200-add-language-filter-to-custom-select
- dev-feature/custom-builder-preview
- dev-feature/templates
- dev-develop
- dev-feature/renewed-avatr-provider
- dev-fix/filament-dependency-3.3.10
- dev-feature/grouping-fields
- dev-feature/docs
- dev-feature/menu
- dev-feature/settings
- dev-feature/fix-colors
- dev-feature/content-type-site
This package is auto-updated.
Last update: 2025-11-07 16:13:34 UTC
README
CMS done the Laravel way
Enter backstage, to be in front
Backstage is the CMS for building the modern web. Made with Laravel and Filament.
Installation
You can install the package via composer in your (new) Laravel app:
composer require backstage/cms
Note: For now you may have to update composer.json to:
"repositories": { "laravel-redirects": { "type": "vcs", "url": "git@github.com:backstagephp/laravel-redirects.git" }, "filament-redirects": { "type": "vcs", "url": "git@github.com:backstagephp/redirects.git" }, "backstage/media": { "type": "vcs", "url": "git@github.com:backstagephp/media.git" }, "backstage/fields": { "type": "vcs", "url": "git@github.com:backstagephp/fields.git" }, "backstage": { "type": "vcs", "url": "git@github.com:backstagephp/core.git" } }, "minimum-stability": "dev",
To get started quickly, use the backstage:install command:
php artisan backstage:install
(Optional) Remove or comment the default Laravel routes:
// routes/web.php // Route::get('/', function () { // return view('welcome'); //});
Advanced setup
You can publish the migrations with:
php artisan vendor:publish --tag="backstage-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="backstage-config"
Optionally, you can publish the views using
php artisan vendor:publish --tag="backstage-views"
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
