Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update example to match Laravel 11's defaults
In Laravel 11, the base controller (i.e. App\Http\Controllers\Controller) no longer uses the ValidatesRequests trait, which means that $this->validate() is no longer available in the context of controllers by default.
- Loading branch information