mirror of
https://github.com/spatie/dnsrecords.io.git
synced 2026-04-27 08:25:57 +03:00
[PR #43] [MERGED] Laravel 5.7 Shift #48
Labels
No labels
bug
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnsrecords.io#48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/spatie/dnsrecords.io/pull/43
Author: @freekmurze
Created: 9/4/2018
Status: ✅ Merged
Merged: 9/4/2018
Merged by: @freekmurze
Base:
master← Head:shift-9133📝 Commits (4)
0ff2418Shift configuration399a312Shift Middleware241b234Shift Laravel dependencies80bc234Move assets📊 Changes
30 files changed (+45 additions, -11 deletions)
View changed files
📝
app/Http/Kernel.php(+1 -1)➕
app/Http/Middleware/Authenticate.php(+19 -0)📝
app/Http/Middleware/VerifyCsrfToken.php(+7 -0)📝
composer.json(+3 -2)📝
config/cache.php(+1 -1)📝
config/database.php(+8 -1)📝
config/hashing.php(+1 -1)📝
config/queue.php(+1 -1)📝
config/session.php(+2 -2)📝
resources/css/app.css(+0 -0)📝
resources/css/base/a.css(+0 -0)📝
resources/css/base/body.css(+0 -0)📝
resources/css/base/headings.css(+0 -0)📝
resources/css/base/html.css(+0 -0)📝
resources/css/base/input.css(+0 -0)📝
resources/css/base/selection.css(+0 -0)📝
resources/css/base/universal.css(+0 -0)📝
resources/css/components/alerts.css(+0 -0)📝
resources/css/components/bookmarklet.css(+0 -0)📝
resources/css/components/carret.css(+0 -0)...and 10 more files
📄 Description
This pull request includes the changes for upgrading to Laravel 5.7. Feel free to commit any additional changes to the
shift-9133branch.Before merging, you should:
shift-9133branchcomposer update(if the pre-scripts fail, add--no-scripts)If you want help with your upgrade, check out the Shift Human Services or join the Shifty Coders Slack room to get answers to all your Laravel questions.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.