File tree Expand file tree Collapse file tree 6 files changed +120
-151
lines changed Expand file tree Collapse file tree 6 files changed +120
-151
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments