Laravel 5.1 View not found

前端 未结 4 700
遇见更好的自我
遇见更好的自我 2021-01-18 13:47

this seems to be an issue that pops up every now and then within Laravel. I was writing a CRUD controller with a view to go with it, however upon testing I got the Inv

4条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-18 14:23

    Turns out I had spelt blade incorrectly, took a second pair of eyes to notice it though.

    $ ls resources/views/crud/booking/
    crud.balde.php  index.balde.php
    

    Was definitely a lesson to always double check the small things when debugging. Thanks for the help.

提交回复
热议问题