5

Feeling useless over something probably ridiculously simple and straightforward.

Test written: check
Route defined: check
View created: check
Controller method defined: check

Testing... Error: Controller method not found

Save me stackoverflow!!

Comments
  • 0
    what does artisan route:list say about it?

    works? check your testCase.. perhaps a typo in the URL? :p
  • 0
    I don't know what I did, it wasn't that, but it magically found the controller method.

    PHP can be a dumb twat sometimes.
  • 0
    might have been the "compiled" and cached code that did something funny.. :)
Add Comment