Upgrading to Laravel 5.5

Updating Basic Concert Info

Restricting Updates to Unpublished Concerts

This free course uses older versions of Laravel. It is provided as-is, without ongoing updates or individual support.

In this lesson we make sure only unpublished concerts can be edited, prevent guests from editing concerts, and drive out an example validation rule.

Notes

In Laravel v5.5.19, the custom from helper we've been using in our tests was added natively, so rather than moving it to the base test case, feel free to run composer update to pull in the latest version of Laravel and delete that helper entirely.