Laravel 5.x Cookbook
上QQ阅读APP看书,第一时间看更新

Chapter 3. Routing

In this chapter, we will cover the following topics:

  • Building an API / JSON based route for searching
  • Testing your route in PHPUnit
  • Building a view based route
  • Testing your view based route in PHPUnit
  • Creating named routes