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
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)