Skip to content

Commit 47fe17e

Browse files
Merge branch 'laravelio:main' into github-account-connection-and-disconnection
2 parents a984f5a + 8ca508d commit 47fe17e

File tree

6 files changed

+120
-151
lines changed

6 files changed

+120
-151
lines changed

.github/workflows/tests.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,21 @@ jobs:
5151
DB_CONNECTION: mysql
5252
DB_COLLATION: utf8mb4_unicode_ci
5353
DB_DATABASE: laravel
54+
55+
dependabot:
56+
needs: [tests]
57+
permissions:
58+
pull-requests: write
59+
contents: write
60+
uses: driesvints/github-workflows/.github/workflows/dependabot.yml@main
61+
secrets:
62+
gh_token: ${{ secrets.GITHUB_TOKEN }}
5463

64+
deploy:
65+
needs: [tests]
66+
runs-on: ubuntu-latest
67+
68+
steps:
5569
- name: Deploy
5670
if: github.repository == 'laravelio/laravel.io' && github.ref_name == 'main'
5771
run: curl ${{ secrets.ENVOYER_HOOK }}?sha=${{ github.sha }}

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ We'd like to thank these **amazing companies** for sponsoring us. If you are int
2727
- [Tinkerwell](https://tinkerwell.app)
2828
- [BairesDev](https://www.bairesdev.com/sponsoring-open-source-projects/)
2929
- [N-iX](https://www.n-ix.com/)
30-
- [Litslink](https://litslink.com/)
3130

3231
## Requirements
3332

app/Providers/Filament/AdminPanelProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public function panel(Panel $panel): Panel
7070
->openUrlInNewTab(),
7171
])
7272
->brandLogo(asset('images/laravelio-logo.svg'))
73+
->homeUrl('/')
7374
->unsavedChangesAlerts()
7475
->globalSearch(false)
7576
->topNavigation()

0 commit comments

Comments
 (0)