We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be818c commit 307a3fdCopy full SHA for 307a3fd
.github/workflows/setup-in-laravel.yml
@@ -61,5 +61,6 @@ jobs:
61
composer config minimum-stability dev
62
git clone --branch ${{ steps.extract_branch.outputs.branch }} https://github.com/backstagephp/cms.git
63
composer config repositories.backstage-packages path "cms/packages/*"
64
+ composer require backstage/cms:dev-${{ steps.extract_branch.outputs.branch }}
65
composer update --no-interaction
66
php artisan backstage:install
0 commit comments