Skip to content

backstagephp/cms

Repository files navigation

Backstage CMS

Backstage

CMS done the Laravel way

Enter backstage, to be in front

Tests Setup 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

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.

About

The CMS built using tech you already know and love: Laravel & Filament.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 7