Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.x] Allow response to return first view #30651

Merged
merged 1 commit into from
Nov 22, 2019
Merged

[6.x] Allow response to return first view #30651

merged 1 commit into from
Nov 22, 2019

Commits on Nov 21, 2019

  1. Update ResponseFactory.php

    currently we cannot manipulate the status code if we want to return the first view in a list.
    
    this allows us to pass an array to `response()->view([view], [data], 404, [headers])`
    browner12 authored Nov 21, 2019
    Configuration menu
    Copy the full SHA
    cb45a95 View commit details
    Browse the repository at this point in the history