Laravel-Challenge-Route-Model-Binding icon indicating copy to clipboard operation
Laravel-Challenge-Route-Model-Binding copied to clipboard

Fixed

Open luks3256 opened this issue 3 years ago • 0 comments

Something that did not work form me:

  1. Had to run this composer install --ignore-platform-reqs instead of just composer install because of this errro: "Problem 1

    • laravel/horizon is locked to version v5.7.9 and an update of this package was not requested.
    • laravel/horizon v5.7.9 requires ext-pcntl * -> it is missing from your system. Install or enable PHP's pcntl extension. "
  2. When i wanted to add not found page returning just view('transactions.notfound'); returned an error: "Error Call to a member function setCookie() on null".

So this fixed: response()-> view('transactions.notfound');

luks3256 avatar Jul 25 '21 10:07 luks3256