Using Laravel’s intended route without Laravel’s forms
December 28, 2014
Laravel’s routing works fantastically, except when you don’t want to use it. Laravel works as a great back end to single page applications but some of the cool stuff like Laravel’s ability to handle authentication doesn’t work quite right if it’s not serving out the pages. So in Laravel you can do stuff like make […]