aharen

InvalidArgumentException: No hint path defined for [worldcup].

laravel Icon

InvalidArgumentException

No hint path defined for [worldcup].

An unhandled exception occurred on line 112
109
        }
110
111
        if (! isset($this->hints[$segments[0]])) {
112
            throw new InvalidArgumentException("No hint path defined for [{$segments[0]}].");
113
        }

Solution

you code is wrong you should to something like this

```php
class CashFlowdataController extends Controller {
 
    public function index() { 
        return view('CashFlowdata.create');
    }…            
View solution externally on StackOverflow
May 02, 2021 Anyone

0 replies


Install the browser extension

Found this solution helpful? Try our extension for quick solutions to your Laravel errors.

Chrome logo Add to Chrome - It's free