The basics of php routing

后端 未结 3 825
执念已碎
执念已碎 2020-12-11 12:32

I\'m looking for a tutorial or explaination on how to do very basic php routing.

For example when I visit a link like: mywebsite.com/users I want to run the get meth

3条回答
  •  爱一瞬间的悲伤
    2020-12-11 12:59

    Documentation should help - official docs http://laravel.com/docs/quick#routing

    Excelent "Laravel from scratch" video guide here - https://laracasts.com/series/laravel-from-scratch (watch second episode which might help)

提交回复
热议问题