backstage/cms
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Maintainers
Fund package maintenance!
Requires
- php: ^8.3
- backstage/ai: v2.0.0-beta65
- backstage/fields: v2.0.0-beta65
- backstage/media: v2.0.0-beta65
- backstage/redirects: v2.0.0-beta65
- backstage/users: v2.0.0-beta65
- 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.24
- nunomaduro/collision: ^8.6
- orchestra/testbench: ^9.0
- pestphp/pest: ^4.1
- pestphp/pest-plugin-arch: ^4.0
- pestphp/pest-plugin-laravel: ^4.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^2.0
- phpstan/phpstan-phpunit: ^2.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 507492fb8404610921bef90a61749e096de11961
- Mark van Eijk <mark.woop@backstagephp.com>
- Mathieu de Ruiter <mathieu.woop@backstagephp.com>
- Bas van Dinther <bas.woop@backstagephp.com>
This package is auto-updated.
Last update: 2026-02-07 11:01:14 UTC
README
CMS done the Laravel way
Enter backstage, to be in front
👁 Test
👁 Fresh Laravel install
👁 PHPStan
👁 Latest Version on Packagist
👁 Total Downloads
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.
