First Laravel Tutorial – Controllers and Routes
Previously on a project, I had to have a slug within my routes which would point to two different tables within my database. I needed a controller which would do the thinking for me. And by this I mean, in my routes I would have...